ListProperty

fun <T : Parcelable> ListProperty(value: List<T>?)

Parameters

T

The type of the items in the List.

value

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