toJson method

Map<String, dynamic> toJson()

Implementation

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