ParkingAccess enum

Тип доступа для парковки.

Inheritance
Available extensions

Values

public → const ParkingAccess

Общедоступная.

const ParkingAccess(0)
handicappedOnly → const ParkingAccess

Только для инвалидов.

const ParkingAccess(1)
customersOnly → const ParkingAccess

Только для клиентов.

const ParkingAccess(2)
residentsOnly → const ParkingAccess

Только для резидентов.

const ParkingAccess(3)
taxiOnly → const ParkingAccess

Место стоянки для такси.

const ParkingAccess(4)

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
rawValue int
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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.
inherited

Static Methods

getByValue(int value) ParkingAccess

Constants

values → const List<ParkingAccess>
A constant List of the values in this enum, in order of their declaration.