PMCfgOptions
data class PMCfgOptions(val options: List<PMCfgOption>? = null, val vehicles: List<PMCfgVehicle>? = null, val selectedVehicle: String? = null)
Represents list of stored configuration options
Constructors
Link copied to clipboard
fun PMCfgOptions(options: List<PMCfgOption>? = null, vehicles: List<PMCfgVehicle>? = null, selectedVehicle: String? = null)