inActive property

  1. @TagNumber.new(2)
bool get inActive

Implementation

@$pb.TagNumber(2)
$core.bool get inActive => $_getBF(1);
  1. @TagNumber.new(2)
set inActive (bool value)

Implementation

@$pb.TagNumber(2)
set inActive($core.bool value) => $_setBool(1, value);