toJson method

Map<String, dynamic> toJson()

Implementation

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