GcpWrappedKeyInfo.fromJson constructor

GcpWrappedKeyInfo.fromJson(
  1. Map json_
)

Implementation

GcpWrappedKeyInfo.fromJson(core.Map json_)
  : this(
      encryptedDek: json_['encryptedDek'] as core.String?,
      kekUri: json_['kekUri'] as core.String?,
      keyType: json_['keyType'] as core.String?,
      wipProvider: json_['wipProvider'] as core.String?,
    );