encodeBodyUtf8 property

  1. @TagNumber(8)
bool get encodeBodyUtf8

@doc Whether to encode the body as UTF-8 bytes. Some APIs (such as MongoDB) require this in order to function properly.

Implementation

@$pb.TagNumber(8)
$core.bool get encodeBodyUtf8 => $_getBF(7);
  1. @TagNumber(8)
set encodeBodyUtf8 (bool value)

Implementation

@$pb.TagNumber(8)
set encodeBodyUtf8($core.bool value) => $_setBool(7, value);