hasSymbol property

  1. @TagNumber(6)
bool hasSymbol

Implementation

@$pb.TagNumber(6)
$core.bool get hasSymbol => $_getBF(5);
  1. @TagNumber(6)
void hasSymbol=(bool v)

Implementation

@$pb.TagNumber(6)
set hasSymbol($core.bool v) { $_setBool(5, v); }