AddressData constructor

AddressData({
  1. String id = "",
  2. String address = "",
  3. double lat = 0,
  4. double lng = 0,
  5. bool current = false,
  6. int type = 1,
  7. String name = "",
  8. String phone = "",
})

Implementation

AddressData({this.id = "", this.address = "", this.lat = 0,
  this.lng = 0, this.current = false, this.type = 1, this.name = "", this.phone = ""});