GooglePrivacyDlpV2FileExtensionInfo.fromJson constructor

GooglePrivacyDlpV2FileExtensionInfo.fromJson(
  1. Map json_
)

Implementation

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