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