menu
read_map_matches package
documentation
animated_tournament_bracket.dart
Player
Player.new const constructor
Player.new const constructor
dark_mode
light_mode
Player
constructor
const
Player
(
{
required
String
name
,
required
String
flag
,
bool
isWalkOver
=
false
,
})
Implementation
const Player({ required this.name, required this.flag, this.isWalkOver = false, });
read_map_matches package
documentation
animated_tournament_bracket
Player
Player.new const constructor
Player class