hasCrc32c_7 property

  1. @TagNumber(7)
bool get hasCrc32c_7

Implementation

@$pb.TagNumber(7)
$core.bool get hasCrc32c_7 => $_getBF(6);
  1. @TagNumber(7)
set hasCrc32c_7 (bool v)

Implementation

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