smartrider
authentication_bloc
AuthenticationLoggedIn
AuthenticationLoggedIn const constructor
AuthenticationLoggedIn
smartrider
authentication_bloc
AuthenticationLoggedIn
AuthenticationLoggedIn const constructor
AuthenticationLoggedIn class
Constructors
AuthenticationLoggedIn
Properties
email
getemail
getpass
getrole
hashCode
pass
props
role
runtimeType
Methods
noSuchMethod
toString
Operators
operator ==
AuthenticationLoggedIn
constructor
const
AuthenticationLoggedIn
(
String
email
,
String
pass
,
String
role
)
Implementation
const AuthenticationLoggedIn(this.email, this.pass, this.role);