attachments property
Array that contains the document. The array supports multiple attachments for uploading different sides or pages of a document.
Implementation
@BuiltValueField(wireName: r'attachments')
BuiltList<Attachment>? get attachments;
Array that contains the document. The array supports multiple attachments for uploading different sides or pages of a document.
@BuiltValueField(wireName: r'attachments')
BuiltList<Attachment>? get attachments;