menu
obby_client
obby_client.dart
CommandSendNotice
CommandSendNotice.new const constructor
CommandSendNotice.new
dark_mode
light_mode
CommandSendNotice
constructor
const
CommandSendNotice
(
{
required
String
target
,
required
String
text
,
})
Implementation
const CommandSendNotice({ required this.target, required this.text, });
obby_client
obby_client
CommandSendNotice
CommandSendNotice.new const constructor
CommandSendNotice class