Datum constructor
Datum({
- String? planid,
- String? planname,
- String? plantype,
- String? category,
- dynamic description,
- String? planinterval,
- String? planstatus,
- int? trialperioddays,
- String? region,
- List? country,
- List? paymentoptions,
- int? graceperiod,
- int? billbeforedays,
- dynamic exclusionlist,
- dynamic plantag,
- String? quality,
- int? devicelimit,
- int? concurrencylimit,
- List? availabilityset,
- int? weight,
- String? initiatedby,
- String? updatedby,
- String? updatedon,
- String? created,
- String? picture,
- int? amount,
- String? currency,
Implementation
Datum({
this.planid,
this.planname,
this.plantype,
this.category,
this.description,
this.planinterval,
this.planstatus,
this.trialperioddays,
this.region,
this.country,
this.paymentoptions,
this.graceperiod,
this.billbeforedays,
this.exclusionlist,
this.plantag,
this.quality,
this.devicelimit,
this.concurrencylimit,
this.availabilityset,
this.weight,
this.initiatedby,
this.updatedby,
this.updatedon,
this.created,
this.picture,
this.amount,
this.currency,
});