menu
meshagent package
documentation
room_server_client.dart
ParticipantInfo
ParticipantInfo.new constructor
ParticipantInfo.new constructor
dark_mode
light_mode
ParticipantInfo
constructor
ParticipantInfo
(
{
required
String
id
,
required
String
name
,
})
Implementation
ParticipantInfo({required this.id, required this.name});
meshagent package
documentation
room_server_client
ParticipantInfo
ParticipantInfo.new constructor
ParticipantInfo class