GooglePrivacyDlpV2KeyValueMetadataLabel.fromJson constructor

GooglePrivacyDlpV2KeyValueMetadataLabel.fromJson(
  1. Map json_
)

Implementation

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