menu
sendingnetwork_dart_sdk package
documentation
sdn.dart
Profile
Profile constructor
Profile constructor
dark_mode
light_mode
Profile
constructor
Profile
(
{
Uri
?
avatarUrl
,
String
?
displayName
,
required
String
userId
,
})
Implementation
Profile({ this.avatarUrl, this.displayName, required this.userId, });
sendingnetwork_dart_sdk package
documentation
sdn
Profile
Profile constructor
Profile class