User constructor
User({})
Implementation
User({
this.allowedDownloads,
this.allowedTranslations,
this.level,
this.userId,
this.extInstalled,
this.vip,
this.downloadsCount,
this.remainingDownloads,
});