KoreaRegionCodeRepository class

Properties

hashCode int
The hash code for this object.
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

Static Methods

getEupmyeondonglis(KoreaRegionCode sigungu) Future<List<KoreaRegionCode>>
sigungu에 해당하는, 사전순으로 정렬된 가장 작은 단위의 지역 목록을 반환한다.
getEupmyeondongs(KoreaRegionCode sigungu) Future<List<KoreaRegionCode>>
sigungu에 해당하는, 사전순으로 정렬된 읍면동 목록을 반환한다. 리 단위를 포함하지 않는다.
getSidos() Future<List<KoreaRegionCode>>
사전순으로 정렬된 시도 목록을 반환한다.
getSigungus(KoreaRegionCode sido) Future<List<KoreaRegionCode>>
sido에 해당하는, 사전순으로 정렬된 시군구 목록을 반환한다.