toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
  if (simpleTooltipValue != null) 'simpleTooltipValue': simpleTooltipValue!,
  if (simpleValue != null) 'simpleValue': simpleValue!,
  if (tooltipIconStyle != null) 'tooltipIconStyle': tooltipIconStyle!,
};