GoogleCloudDocumentaiV1GcsDocuments.fromJson constructor
GoogleCloudDocumentaiV1GcsDocuments.fromJson(
- Map json_
Implementation
GoogleCloudDocumentaiV1GcsDocuments.fromJson(core.Map json_)
: this(
documents: (json_['documents'] as core.List?)
?.map((value) => GoogleCloudDocumentaiV1GcsDocument.fromJson(
value as core.Map<core.String, core.dynamic>))
.toList(),
);