PlanInterval constructor

PlanInterval({
  1. required PlanIntervalOptions unit,
  2. int? value,
})

Implementation

PlanInterval({required this.unit, this.value});