AddressNullable constructor
AddressNullable({
- required AddressData data,
- bool? primary,
Implementation
AddressNullable({
required this.data,
this.primary,
});
AddressNullable({
required this.data,
this.primary,
});