noreply property

  1. @TagNumber.new(2)
bool get noreply

Implementation

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

Implementation

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