StringProperty

data class StringProperty(val value: String?) : VehicleProperties.VehicleProperty<String>

Property holding an optional String value.

Parameters

value

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

Constructors

Link copied to clipboard
fun StringProperty(value: String?)

Properties

Link copied to clipboard
open override val value: String?

Inherited functions

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