menu
obby_client
obby_client.dart
MessageSource
MessageSource.new const constructor
MessageSource.new
dark_mode
light_mode
MessageSource
constructor
const
MessageSource
(
{
required
String
name
,
required
String
?
user
,
required
String
?
host
,
})
Implementation
const MessageSource({ required this.name, required this.user, required this.host, });
obby_client
obby_client
MessageSource
MessageSource.new const constructor
MessageSource class