ListValue

data class ListValue(val elements: List<TypedData>) : TypedData

Represents a list of state values.

Constructors

Link copied to clipboard
constructor(elements: List<TypedData>)

Properties

Link copied to clipboard

The list of child values.