EncryptionAlgorithmOptions constructor

EncryptionAlgorithmOptions({
  1. required List<EncryptionAlgorithm> allowedValues,
  2. required EncryptionAlgorithm defaultValue,
})

Implementation

EncryptionAlgorithmOptions({
  required this.allowedValues,
  required this.defaultValue,
});