currentPlanWithStatus property

  1. @TagNumber(1)
PlanWithStatus get currentPlanWithStatus

The current plan and status that matches the request query

Implementation

@$pb.TagNumber(1)
PlanWithStatus get currentPlanWithStatus => $_getN(0);
  1. @TagNumber(1)
set currentPlanWithStatus (PlanWithStatus v)

Implementation

@$pb.TagNumber(1)
set currentPlanWithStatus(PlanWithStatus v) { setField(1, v); }