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