hasTag property

  1. @TagNumber(1)
bool get hasTag

Implementation

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

Implementation

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