smartrider
authentication_bloc
AuthenticationSuccess
AuthenticationSuccess const constructor
AuthenticationSuccess
smartrider
authentication_bloc
AuthenticationSuccess
AuthenticationSuccess const constructor
AuthenticationSuccess class
Constructors
AuthenticationSuccess
Properties
displayName
hashCode
props
role
runtimeType
Methods
noSuchMethod
toString
Operators
operator ==
AuthenticationSuccess
constructor
const
AuthenticationSuccess
(
String
displayName
,
String
role
)
Implementation
const AuthenticationSuccess(this.displayName,this.role);