isActive property
If true, then returns only active records. If false, then returns only inactive records
Implementation
@$pb.TagNumber(1)
$1.BOOL_FILTER get isActive => $_getN(0);
Implementation
@$pb.TagNumber(1)
set isActive($1.BOOL_FILTER value) => $_setField(1, value);