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