GoogleCloudDocumentaiV1GcsDocument.fromJson constructor

GoogleCloudDocumentaiV1GcsDocument.fromJson(
  1. Map json_
)

Implementation

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