Address constructor
Address({})
Implementation
Address({
required this.careOf,
required this.country,
required this.district,
required this.house,
required this.landmark,
required this.locality,
required this.pin,
required this.postOffice,
required this.state,
required this.street,
required this.subDistrict,
required this.vtc,
});