GooglePrivacyDlpV2InfoTypes.fromJson constructor

GooglePrivacyDlpV2InfoTypes.fromJson(
  1. Map json_
)

Implementation

GooglePrivacyDlpV2InfoTypes.fromJson(core.Map json_)
  : this(
      infoTypeNames: (json_['infoTypeNames'] as core.List?)
          ?.map((value) => value as core.String)
          .toList(),
    );