class HmgServices { int action; String title; String subTitle; String icon; bool isLogin; bool isLocked; HmgServices(this.action, this.title, this.subTitle, this.icon, this.isLogin, {this.isLocked = false}); }