Security constructor

Security({
  1. String? password,
  2. bool? hasPassword,
})

Implementation

Security({
  this.password,
  this.hasPassword,
});