bounce property

  1. @TagNumber(1)
bool get bounce

Implementation

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

Implementation

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