Administrator constructor

Administrator({
  1. String? email,
})

Implementation

Administrator({
  this.email,
});