menu
obby_client
obby_client.dart
CommandJoin
CommandJoin.new const constructor
CommandJoin.new
dark_mode
light_mode
CommandJoin
constructor
const
CommandJoin
(
{
required
String
channel
,
required
String
?
key
,
})
Implementation
const CommandJoin({ required this.channel, required this.key, });
obby_client
obby_client
CommandJoin
CommandJoin.new const constructor
CommandJoin class