VehicleType enum
KO: 차종
EN: Vehicle type
- Inheritance
-
- Object
- Enum
- VehicleType
Values
- first → const VehicleType
-
KO: 1종, 승용차, 소형승합차, 소형화물차
EN: Class 1, passenger car, small van, small truck - second → const VehicleType
-
KO: 2종, 중형승합차, 중형화물차
EN: Class 2, mid-size van, mid-size truck - third → const VehicleType
-
KO: 3종, 대형승합차, 2축 대형화물차
EN: Class 3, large van, 2-axis large truck - fourth → const VehicleType
-
KO: 4종, 3축 대형화물차
EN: Class 4, 3-axis large truck - fifth → const VehicleType
-
KO: 5종, 4축 이상 특수화물차
EN: Class 5, special truck with four axes or more - sixth → const VehicleType
-
KO: 6종, 경차
EN: Class 6, compact car - twoWheel → const VehicleType
-
KO: 이륜차
EN: Two-wheeled vehicle
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- 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
Constants
-
values
→ const List<
VehicleType> - A constant List of the values in this enum, in order of their declaration.