equizz
user_profile_page
UserProfilePage
UserProfilePage const constructor
UserProfilePage
UserProfilePage
constructor
Null safety
const
UserProfilePage
(
{
Key
?
key
,
required
String
title
,
required
int
elo
}
)
Implementation
const UserProfilePage({super.key, required this.title, required this.elo});
equizz
user_profile_page
UserProfilePage
UserProfilePage const constructor
UserProfilePage class
Constructors
UserProfilePage
Properties
elo
hashCode
key
runtimeType
title
Methods
createElement
createState
debugDescribeChildren
debugFillProperties
noSuchMethod
toDiagnosticsNode
toString
toStringDeep
toStringShallow
toStringShort
Operators
operator ==