PlanInterval constructor
PlanInterval({
- required PlanIntervalOptions unit,
- int? value,
Implementation
PlanInterval({required this.unit, this.value});
PlanInterval({required this.unit, this.value});