KruzrAddress constructor
KruzrAddress({})
Implementation
KruzrAddress({
required this.city,
required this.country,
required this.district,
required this.postalCode,
required this.state,
required this.street,
required this.readableAddress,
});