GoogleCloudDocumentaiV1GcsDocument.fromJson constructor
GoogleCloudDocumentaiV1GcsDocument.fromJson(
- Map json_
Implementation
GoogleCloudDocumentaiV1GcsDocument.fromJson(core.Map json_)
: this(
gcsUri: json_['gcsUri'] as core.String?,
mimeType: json_['mimeType'] as core.String?,
);