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