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