smartrider
profile
ProfilePage
ProfilePage constructor
ProfilePage
smartrider
profile
ProfilePage
ProfilePage constructor
ProfilePage class
Constructors
ProfilePage
Properties
email
hashCode
name
role
runtimeType
title
Methods
createState
noSuchMethod
toString
Operators
operator ==
ProfilePage
constructor
ProfilePage
(
{
String
title
,
@required
String
name
,
@required
String
role
,
@required
String
email
}
)
Implementation
ProfilePage( {this.title, @required this.name, @required this.role, @required this.email});