$CryptoKeyVersionTemplate.fromJson constructor
$CryptoKeyVersionTemplate.fromJson(
- Map json_
Implementation
$CryptoKeyVersionTemplate.fromJson(core.Map json_)
: this(
algorithm: json_['algorithm'] as core.String?,
protectionLevel: json_['protectionLevel'] as core.String?,
);