toJson method

Map<String, dynamic> toJson()

Implementation

Map<String, dynamic> toJson() => {
      "careOf": careOf,
      "country": country,
      "district": district,
      "house": house,
      "landmark": landmark,
      "locality": locality,
      "pin": pin,
      "postOffice": postOffice,
      "state": state,
      "street": street,
      "subDistrict": subDistrict,
      "vtc": vtc,
    };