VCardAddress constructor
VCardAddress({})
Default constructor
Implementation
VCardAddress({
this.identifier,
this.preferred = false,
this.auxLine1,
this.auxLine2,
required this.street,
required this.city,
this.state,
this.zipCode,
required this.country,
});