User constructor

User(
  1. String email,
  2. Authority authority
)

Implementation

User(this.email, this.authority);