menu
obby_client
obby_client.dart
MessageKey
MessageKey.new const constructor
MessageKey.new
dark_mode
light_mode
MessageKey
constructor
const
MessageKey
(
{
required
int
time_ms
,
required
int
seq
,
})
Implementation
const MessageKey({ required this.time_ms, required this.seq, });
obby_client
obby_client
MessageKey
MessageKey.new const constructor
MessageKey class