GoogleCloudDocumentaiV1beta3ReviewDocumentResponse.fromJson constructor

GoogleCloudDocumentaiV1beta3ReviewDocumentResponse.fromJson(
  1. Map _json
)

Implementation

GoogleCloudDocumentaiV1beta3ReviewDocumentResponse.fromJson(core.Map _json)
    : this(
        gcsDestination: _json.containsKey('gcsDestination')
            ? _json['gcsDestination'] as core.String
            : null,
      );