UserProfileKeys constructor
const
UserProfileKeys({})
Implementation
const UserProfileKeys({
this.id = 'profile_id',
this.name = 'display_name',
this.photo = 'display_photo',
this.platform = 'platform',
this.token = 'device_token',
this.room = 'active_room',
this.extra = 'profile_extra',
this.newMessageAlerts = 'new_message_alerts',
this.newRoomAlerts = 'new_room_alerts',
});