GoogleCloudMetastoreV2MetadataIntegration.fromJson constructor
GoogleCloudMetastoreV2MetadataIntegration.fromJson(
- Map json_
Implementation
GoogleCloudMetastoreV2MetadataIntegration.fromJson(core.Map json_)
: this(
dataCatalogConfig: json_.containsKey('dataCatalogConfig')
? GoogleCloudMetastoreV2DataCatalogConfig.fromJson(
json_['dataCatalogConfig']
as core.Map<core.String, core.dynamic>)
: null,
);