Type enum Null safety
Entity types.
Constructors
- Type()
-
const
Values
- huyen → const Type
-
Huyện
const Type(0)
- quan → const Type
-
Quận
const Type(1)
- phuong → const Type
-
Phường
const Type(2)
- thiTran → const Type
-
Thị trấn
const Type(3)
- thiXa → const Type
-
Thị xã
const Type(4)
- tinh → const Type
-
Tỉnh
const Type(5)
- tp → const Type
-
Thành phố
const Type(6)
- tptw → const Type
-
Thành phố trực thuộc Trung ương
const Type(7)
- xa → const Type
-
Xã
const Type(8)
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited