menu
meshagent package
documentation
room_server_client.dart
RoomLogEvent
RoomLogEvent.new constructor
RoomLogEvent.new constructor
dark_mode
light_mode
RoomLogEvent
constructor
RoomLogEvent
(
{
required
String
type
,
required
Map
<
String
,
dynamic
>
data
,
})
Implementation
RoomLogEvent({required this.type, required this.data});
meshagent package
documentation
room_server_client
RoomLogEvent
RoomLogEvent.new constructor
RoomLogEvent class