currentPlanWithStatus property
- @TagNumber(1)
The current plan and status that matches the request query
Implementation
@$pb.TagNumber(1)
PlanWithStatus get currentPlanWithStatus => $_getN(0);
- @TagNumber(1)
Implementation
@$pb.TagNumber(1)
set currentPlanWithStatus(PlanWithStatus v) { setField(1, v); }