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