ParkingCapacity class

Вместимость парковки.

Constructors

ParkingCapacity({required String? total, required List<SpecialSpace> specialSpaces})
const

Properties

hashCode int
The hash code for this object.
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
specialSpaces List<SpecialSpace>
Описание особых мест для парковки.
final
total String?
Общая вместимость парковки, машиномест.
final

Methods

copyWith({Optional<String?>? total, List<SpecialSpace>? specialSpaces}) ParkingCapacity
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
override