PlayerInfo constructor
Implementation
const PlayerInfo({
required this.id,
this.name,
this.serverRoles = const {kDefaultServerRole},
this.gameRoles = const {},
this.registered = false,
this.manageable = false,
});
const PlayerInfo({
required this.id,
this.name,
this.serverRoles = const {kDefaultServerRole},
this.gameRoles = const {},
this.registered = false,
this.manageable = false,
});