PlanModel constructor
const
PlanModel({})
Implementation
const PlanModel({
required this.id,
required this.imgURL,
required this.title,
required this.category,
required this.levels,
required this.createdBy,
this.rawJSON,
});