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