ParkingAccess enum
Тип доступа для парковки.
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
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.