VehicleType enum
길안내를 사용할 차종(1~7) 선택
- Inheritance
-
- Object
- Enum
- VehicleType
Constructors
- VehicleType()
-
const
Values
- first → const VehicleType
-
1종 (승용차/소형승합차/소형화물화)
- second → const VehicleType
-
2종 (중형승합차/중형화물차)
- third → const VehicleType
-
3종 (대형승합차/2축 대형화물차)
- fourth → const VehicleType
-
4종 (3축 대형화물차)
- fifth → const VehicleType
-
5종 (4축이상 특수화물차)
- sixth → const VehicleType
-
6종 (경차)
- twoWheel → const VehicleType
-
이륜차
Properties
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- index → int
-
A numeric identifier for the enumerated value.
read-onlyinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
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.
[first, second, third, fourth, fifth, sixth, twoWheel]