hoist property

  1. @TagNumber(4)
bool hoist

Implementation

@$pb.TagNumber(4)
$core.bool get hoist => $_getBF(3);
  1. @TagNumber(4)
void hoist=(bool v)

Implementation

@$pb.TagNumber(4)
set hoist($core.bool v) { $_setBool(3, v); }