class UserInfoData { UserInfoData({ this.isLogin, }); bool? isLogin; }