withSignedRequest property

  1. @TagNumber(6)
bool get withSignedRequest

Implementation

@$pb.TagNumber(6)
$core.bool get withSignedRequest => $_getBF(5);
  1. @TagNumber(6)
set withSignedRequest (bool v)

Implementation

@$pb.TagNumber(6)
set withSignedRequest($core.bool v) { $_setBool(5, v); }