hasIndicator property

  1. @TagNumber(1)
bool get hasIndicator

Should not be overridable - it controls all the other options.

Implementation

@$pb.TagNumber(1)
$core.bool get hasIndicator => $_getBF(0);
  1. @TagNumber(1)
set hasIndicator (bool value)

Implementation

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