VehicleType enum

Inheritance

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종 (경차)

TWO_WHEEL → const VehicleType

이륜차

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.