Offer constructor
Offer({})
Implementation
Offer({
this.id,
this.orderType,
this.orderTypeName,
this.offerId,
this.offerName,
this.lotSize,
this.minOrderQuantity,
this.maxOrderQuantity,
this.minOrderQuantityPerMonth,
this.maxOrderQuantityPerMonth,
this.status,
this.statusName,
});