SearchChargersResult

@Serializable
data class SearchChargersResult(var type: String? = null, var features: List<Features> = listOf())

Constructors

Link copied to clipboard
constructor(type: String? = null, features: List<Features> = listOf())

Properties

Link copied to clipboard
Link copied to clipboard
var type: String?