documents property

  1. @BuiltValueField.new(wireName: r'documents')
BuiltList<String>? get documents

List of document IDs corresponding to the verification errors from capabilities.

Implementation

@BuiltValueField(wireName: r'documents')
BuiltList<String>? get documents;