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