Data constructor
Implementation
Data({
this.id,
this.planId,
this.title,
this.identifier,
this.amount,
this.type,
this.txnId,
this.status,
this.startAt,
this.endAt,
this.duration,
this.description,
this.planType,
this.planLimitation,
});