$CryptoKeyVersionTemplate constructor

$CryptoKeyVersionTemplate({
  1. String? algorithm,
  2. String? protectionLevel,
})

Implementation

$CryptoKeyVersionTemplate({
  this.algorithm,
  this.protectionLevel,
});