documentContent property

  1. @BuiltValueField.new(wireName: r'documentContent')
String get documentContent

The content of the document, in Base64-encoded string format. To learn about document requirements, refer to Verification checks.

Implementation

@BuiltValueField(wireName: r'documentContent')
String get documentContent;