onlyActivePlans property
- @TagNumber(2)
If supplied, the response will filter the plan results for the supplied state
Implementation
@$pb.TagNumber(2)
$core.bool get onlyActivePlans => $_getBF(1);
- @TagNumber(2)
Implementation
@$pb.TagNumber(2)
set onlyActivePlans($core.bool v) { $_setBool(1, v); }