MessageBean constructor
MessageBean({})
Implementation
MessageBean({
required this.title,
required this.message,
required this.type,
required this.versionCode,
required this.isHs,
required this.isSmallScreen,
});