isBase property

  1. @TagNumber.new(6)
bool get isBase

If true, this function's implementation is provided by the target platform compiler, not by a ball expression body.

Implementation

@$pb.TagNumber(6)
$core.bool get isBase => $_getBF(5);
  1. @TagNumber.new(6)
set isBase (bool value)

Implementation

@$pb.TagNumber(6)
set isBase($core.bool value) => $_setBool(5, value);