bounce property

  1. @TagNumber(1)
bool get bounce

If set to true, then the message will be returned if there is an error on the recipient's side.

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);
}