Address class
- Inheritance
- Object
- Coord
- Address
- Annotations
- @JsonSerializable(fieldRename: FieldRename.snake, includeIfNull: false)
Constructors
- Address(String addressName, String region1depthName, String region2depthName, String region3depthName, String region3depthHName, String hCode, String bCode, String mountainYn, String mainAddressNo, String subAddressNo, String zipCode, double x, double y)
Properties
- addressName → String
-
final
- bCode → String
-
final
- hCode → String
-
final
- mainAddressNo → String
-
final
- mountainYn → String
-
final
- region1depthName → String
-
@JsonKey(name: 'region_1depth_name'), final
- region2depthName → String
-
@JsonKey(name: 'region_2depth_name'), final
- region3depthHName → String
-
@JsonKey(name: 'region_3depth_h_name'), final
- region3depthName → String
-
@JsonKey(name: 'region_3depth_name'), final
- subAddressNo → String
-
final
- zipCode → String
-
final
- hashCode → int
-
The hash code for this object.
read-only, inherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- x ↔ double
-
@JsonKey(fromJson: stringToDouble), read / write, inherited
- y ↔ double
-
@JsonKey(fromJson: stringToDouble), read / write, inherited
Methods
-
toString(
) → String -
Returns a string representation of this object.
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
Operators
-
operator ==(
dynamic other) → bool -
The equality operator.
inherited