menu
reecosys_app package
documentation
screen/MyTeam.dart
MyTeam
MyTeam.new constructor
MyTeam.new constructor
dark_mode
light_mode
MyTeam
constructor
MyTeam
(
String
userId
,
String
title
, {
Key
?
key
,
})
Implementation
MyTeam(this.userId,this.title,{Key? key}) : super(key: key);
reecosys_app package
documentation
screen/MyTeam
MyTeam
MyTeam.new constructor
MyTeam class