Address constructor

Address({
  1. AddressData? data,
  2. bool? primary,
})

Implementation

Address({
  this.data,
  this.primary,
});