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