PlanListData constructor
Implementation
PlanListData({
this.id,
this.title,
this.type,
this.identifier,
this.trialPeriod,
this.amount,
this.status,
this.duration,
this.description,
this.isTrail,});
PlanListData({
this.id,
this.title,
this.type,
this.identifier,
this.trialPeriod,
this.amount,
this.status,
this.duration,
this.description,
this.isTrail,});