escapeVariablesInRequestBody property

  1. @TagNumber(13)
bool get escapeVariablesInRequestBody

Set to true to escape variables in the body of the request.

Implementation

@$pb.TagNumber(13)
$core.bool get escapeVariablesInRequestBody => $_getBF(12);
  1. @TagNumber(13)
set escapeVariablesInRequestBody (bool value)

Implementation

@$pb.TagNumber(13)
set escapeVariablesInRequestBody($core.bool value) => $_setBool(12, value);