GoogleCloudMetastoreV2DatabaseDump.fromJson constructor
GoogleCloudMetastoreV2DatabaseDump.fromJson(
- Map json_
Implementation
GoogleCloudMetastoreV2DatabaseDump.fromJson(core.Map json_)
: this(
gcsUri: json_['gcsUri'] as core.String?,
type: json_['type'] as core.String?,
);