BooleanProperty

data class BooleanProperty(val value: Boolean?) : VehicleProperties.VehicleProperty<Boolean>

Property holding an optional Boolean value.

Parameters

value

The value of the boolean property. Can be null if it is temporarily unavailable or invalid.

Constructors

Link copied to clipboard
fun BooleanProperty(value: Boolean?)

Properties

Link copied to clipboard
open override val value: Boolean?

Inherited functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)