global property

  1. @TagNumber.new(2)
bool get global

Implementation

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

Implementation

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