Plan constructor
const
Plan({})
Implementation
const Plan({
required this.name,
required this.description,
required this.interval,
required this.price,
this.trialDays,
required this.planId,
this.isDefault = false,
this.iconImageAssetDark,
this.iconImageAssetLight,
});