StatePackageInfo

data class StatePackageInfo(val sections: MutableList<SectionInfo> = mutableListOf(), val states: Map<Int, StateInfo> = mutableMapOf())

Constructors

Link copied to clipboard
constructor(sections: MutableList<SectionInfo> = mutableListOf(), states: Map<Int, StateInfo> = mutableMapOf())

Properties

Link copied to clipboard
@SerializedName(value = "sec")
val sections: MutableList<SectionInfo>
Link copied to clipboard
@SerializedName(value = "s")
val states: Map<Int, StateInfo>

Functions

Link copied to clipboard
fun getState(stateId: Int): StateInfo