BcryptSecurity constructor

const BcryptSecurity(
  1. String name, {
  2. required int nb,
})

Implementation

const BcryptSecurity(
  this.name, {
  required this.nb,
});