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