onlyActivePlans property

  1. @TagNumber(2)
bool get onlyActivePlans

If supplied, the response will filter the plan results for the supplied state

Implementation

@$pb.TagNumber(2)
$core.bool get onlyActivePlans => $_getBF(1);
  1. @TagNumber(2)
set onlyActivePlans (bool v)

Implementation

@$pb.TagNumber(2)
set onlyActivePlans($core.bool v) { $_setBool(1, v); }