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