Address constructor

Address({
  1. AddressProvince? currentProvince,
  2. AddressCity? currentCity,
  3. AddressDistrict? currentDistrict,
})

Implementation

Address({this.currentProvince, this.currentCity, this.currentDistrict});