KwikAddress constructor
const
KwikAddress({})
Implementation
const KwikAddress({
required this.id,
required this.label,
required this.addressLine,
required this.name,
required this.phone,
this.source,
this.email,
this.houseNo,
this.area,
this.landmark,
this.pincode,
this.city,
this.state,
this.country,
});