AuthenticationLoggedIn constructor

const AuthenticationLoggedIn(
  1. String email,
  2. String pass,
  3. String role
)

Implementation

const AuthenticationLoggedIn(this.email, this.pass, this.role);