toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (bubbleBorderColor != null) 'bubbleBorderColor': bubbleBorderColor!,
      if (bubbleBorderColorStyle != null)
        'bubbleBorderColorStyle': bubbleBorderColorStyle!,
      if (bubbleLabels != null) 'bubbleLabels': bubbleLabels!,
      if (bubbleMaxRadiusSize != null)
        'bubbleMaxRadiusSize': bubbleMaxRadiusSize!,
      if (bubbleMinRadiusSize != null)
        'bubbleMinRadiusSize': bubbleMinRadiusSize!,
      if (bubbleOpacity != null) 'bubbleOpacity': bubbleOpacity!,
      if (bubbleSizes != null) 'bubbleSizes': bubbleSizes!,
      if (bubbleTextStyle != null) 'bubbleTextStyle': bubbleTextStyle!,
      if (domain != null) 'domain': domain!,
      if (groupIds != null) 'groupIds': groupIds!,
      if (legendPosition != null) 'legendPosition': legendPosition!,
      if (series != null) 'series': series!,
    };