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