OrderAddress constructor
OrderAddress({
- String? id,
- String? name,
- dynamic erpOrganizationId,
- AddressDetailsInfo? addressDetailsInfo,
Implementation
OrderAddress({
this.id,
this.name,
this.erpOrganizationId,
this.addressDetailsInfo,
});