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