SyncLocationState

@Serializable
data class SyncLocationState(val locationId: String, val parentLocationId: String?, val toggleableState: ToggleableState)

Constructors

Link copied to clipboard
constructor(locationId: String, parentLocationId: String?, toggleableState: ToggleableState)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard