State Package Info
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())