AppInfo constructor
AppInfo({})
Implementation
AppInfo({
required this.premiumFeatureList,
required this.uploadSizeLimit,
required this.attributesInUse,
required this.emojiHash,
required this.useReaction,
this.notificationInfo,
this.allowSdkStatsUpload = true,
this.disableSuperGroupMack = false,
this.unreadCntThreadingPolicy = 0,
this.lastMsgThreadingPolicy = 0,
});