VNProvinces class

VNProvinces.

Constructors

VNProvinces()

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

allDistrict(int provinceCode, {dynamic keyword = String}) List<VNDistrict>
Returns VNDistrict fetch all district by provinceCode in vietnam.
allProvince({dynamic keyword = String}) List<VNProvince>
Returns VNProvince fetch all province in vietnam.
allWard(int districtCode, {dynamic keyword = String}) List<VNWard>
Returns VNWard fetch all ward by districtCode in vietnam.
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