toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (bucketSize != null) 'bucketSize': bucketSize!,
      if (legendPosition != null) 'legendPosition': legendPosition!,
      if (outlierPercentile != null) 'outlierPercentile': outlierPercentile!,
      if (series != null) 'series': series!,
      if (showItemDividers != null) 'showItemDividers': showItemDividers!,
    };