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