MFCustomerAddres constructor

MFCustomerAddres({
  1. String? block,
  2. String? street,
  3. String? houseBuildingNo,
  4. String? addressInstructions,
})

Implementation

MFCustomerAddres(
    {this.block,
    this.street,
    this.houseBuildingNo,
    this.addressInstructions});