ChargingPark

class ChargingPark(val chargingStations: List<ChargingStation> = emptyList())

Contains information about a charging park.

Constructors

Link copied to clipboard
constructor(chargingStations: List<ChargingStation> = emptyList())

Properties

Link copied to clipboard

ChargingStation list which holds information related to the charging park.

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String