isPrecise property

  1. @TagNumber.new(3)
bool get isPrecise

Whether this limit is precise or imprecise.

Implementation

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

Implementation

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