documentJson property

  1. @TagNumber(100)
String documentJson

JSON document to send to recipient

Implementation

@$pb.TagNumber(100)
$core.String get documentJson => $_getSZ(5);
  1. @TagNumber(100)
void documentJson=(String v)

Implementation

@$pb.TagNumber(100)
set documentJson($core.String v) {
  $_setString(5, v);
}