UserProfile constructor
const
UserProfile({})
Implementation
const UserProfile({
required super.id,
super.name,
super.photo,
super.extra,
required this.platform,
required this.token,
this.room,
this.newMessageAlerts = false,
this.newRoomAlerts = false,
});