isActive property

  1. @TagNumber.new(1)
BOOL_FILTER get isActive

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);
  1. @TagNumber.new(1)
set isActive (BOOL_FILTER value)

Implementation

@$pb.TagNumber(1)
set isActive($1.BOOL_FILTER value) => $_setField(1, value);