documentJson property

  1. @TagNumber(2)
String documentJson

The JSON document that contains the issued credential. This item is already stored in the wallet.

Implementation

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

Implementation

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