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