OfferingStatus constructor
OfferingStatus({
- DateTime? effectiveOn,
- Offering? offering,
- int? quantity,
- OfferingTransactionType? type,
Implementation
OfferingStatus({
this.effectiveOn,
this.offering,
this.quantity,
this.type,
});