GooglePrivacyDlpV2StorageMetadataLabel.fromJson constructor

GooglePrivacyDlpV2StorageMetadataLabel.fromJson(
  1. Map json_
)

Implementation

GooglePrivacyDlpV2StorageMetadataLabel.fromJson(core.Map json_)
    : this(
        key: json_.containsKey('key') ? json_['key'] as core.String : null,
      );