core.Map<core.String, core.dynamic> toJson() { final tokenStatus = this.tokenStatus; return {'tokenStatus': ?tokenStatus}; }