Offering constructor
Offering({
- String? description,
- String? id,
- DevicePlatform? platform,
- List<
RecurringCharge> ? recurringCharges, - OfferingType? type,
Implementation
Offering({
this.description,
this.id,
this.platform,
this.recurringCharges,
this.type,
});