PlanModel constructor
PlanModel({})
Implementation
PlanModel({
this.id,
this.name,
required this.identifier,
this.interval,
this.intervalType,
this.createdAt,
this.updatedAt,
this.prices,
this.features,
});