ParkingInfo class

Общая информация о парковке.

Constructors

ParkingInfo({required ParkingType? type, required ParkingPurpose purpose, required ParkingAccess access, required ParkingPavingType? pavingType, required bool isPaid, required bool isIncentive, required bool forTrucks, required int? levelCount, required ParkingCapacity? capacity})
const

Properties

access ParkingAccess
Тип доступа.
final
capacity ParkingCapacity?
Вместимость.
final
forTrucks bool
Есть места для грузовиков.
final
hashCode int
The hash code for this object.
no setteroverride
isIncentive bool
Является ли парковка перехватывающей.
final
isPaid bool
Является ли парковка платной.
final
levelCount int?
Количество уровней.
final
pavingType ParkingPavingType?
Тип покрытия.
final
purpose ParkingPurpose
Назначение.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type ParkingType?
Тип.
final

Methods

copyWith({Optional<ParkingType?>? type, ParkingPurpose? purpose, ParkingAccess? access, Optional<ParkingPavingType?>? pavingType, bool? isPaid, bool? isIncentive, bool? forTrucks, Optional<int?>? levelCount, Optional<ParkingCapacity?>? capacity}) ParkingInfo
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