Address constructor
Address({
- AddressProvince? currentProvince,
- AddressCity? currentCity,
- AddressDistrict? currentDistrict,
Implementation
Address({this.currentProvince, this.currentCity, this.currentDistrict});