menu
obby_client
obby_client.dart
MessageTag
MessageTag.new const constructor
MessageTag.new
dark_mode
light_mode
MessageTag
constructor
const
MessageTag
(
{
required
String
key
,
required
String
?
value
,
})
Implementation
const MessageTag({ required this.key, required this.value, });
obby_client
obby_client
MessageTag
MessageTag.new const constructor
MessageTag class