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