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