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