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