Ready

data class Ready(val header: Int?, val devices: List<DeviceUiModel>) : BluetoothUiState

Constructors

Link copied to clipboard
constructor(header: Int?, devices: List<DeviceUiModel>)

Properties

Link copied to clipboard
Link copied to clipboard
val header: Int?