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