withSignedRequest property

  1. @TagNumber(5)
bool withSignedRequest

Implementation

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

Implementation

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