menu
chat_call_core package
documentation
core/models/profile.dart
Profile
Profile constructor
Profile constructor
dark_mode
light_mode
Profile
constructor
Profile
(
{
required
String
userId
,
required
String
token
,
required
String
realm
,
})
Implementation
Profile({required this.userId, required this.token, required this.realm});
chat_call_core package
documentation
core/models/profile
Profile
Profile constructor
Profile class