wait property

  1. @TagNumber(2)
bool get wait

Implementation

@$pb.TagNumber(2)
$core.bool get wait => $_getBF(1);
  1. @TagNumber(2)
set wait (bool v)

Implementation

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