high property

  1. @TagNumber(1)
bool high

Implementation

@$pb.TagNumber(1)
$core.bool get high => $_getBF(0);
  1. @TagNumber(1)
void high=(bool v)

Implementation

@$pb.TagNumber(1)
set high($core.bool v) { $_setBool(0, v); }