DataState

data class DataState<T>(data: T) : State<T>

Properties

Link copied to clipboard
var data: T