OrderAddress constructor

OrderAddress({
  1. String? id,
  2. String? name,
  3. dynamic erpOrganizationId,
  4. AddressDetailsInfo? addressDetailsInfo,
})

Implementation

OrderAddress({
  this.id,
  this.name,
  this.erpOrganizationId,
  this.addressDetailsInfo,
});