menu
obby_client
obby_client.dart
ObbyEventTypingChanged
ObbyEventTypingChanged.new const constructor
ObbyEventTypingChanged.new
dark_mode
light_mode
ObbyEventTypingChanged
constructor
const
ObbyEventTypingChanged
(
{
required
String
target
,
required
String
nick
,
required
bool
active
,
})
Implementation
const ObbyEventTypingChanged({ required this.target, required this.nick, required this.active, });
obby_client
obby_client
ObbyEventTypingChanged
ObbyEventTypingChanged.new const constructor
ObbyEventTypingChanged class