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