ExportTrustedKeyWrappedCryptoKeyVersionResponse.fromJson constructor

ExportTrustedKeyWrappedCryptoKeyVersionResponse.fromJson(
  1. Map json_
)

Implementation

ExportTrustedKeyWrappedCryptoKeyVersionResponse.fromJson(core.Map json_)
  : this(
      wrappedKey: json_['wrappedKey'] as core.String?,
      wrappedKeyCrc32c: json_['wrappedKeyCrc32c'] as core.String?,
    );