RoadAddress class

Represents road (or street name) address, which is the new standard in South Korea.

Annotations
  • @JsonSerializable(fieldRename: FieldRename.snake, includeIfNull: false)

Constructors

RoadAddress(String addressName, String region1depthName, String region2depthName, String region3depthName, String roadName, String undergroundYn, String mainBuildingNo, String subBuildingNo, String buildingName, String zoneNo, double? x, double? y)
RoadAddress.fromJson(Map<String, dynamic> json)
factory

Properties

addressName String
full road address
final
buildingName String
final
hashCode int
The hash code for this object.
no setterinherited
mainBuildingNo String
final
region1depthName String
지역명1
final
region2depthName String
지역명2
final
region3depthName String
지역명3
final
roadName String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
subBuildingNo String
final
undergroundYn String
whether this address is underground or not
final
x double?
getter/setter pairinherited
y double?
getter/setter pairinherited
zoneNo String
poastal code (5 digits)
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.

Operators

operator ==(Object other) bool
The equality operator.
inherited