toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final simpleTooltipValue = this.simpleTooltipValue;
final simpleValue = this.simpleValue;
final tooltipIconStyle = this.tooltipIconStyle;
return {
'simpleTooltipValue': ?simpleTooltipValue,
'simpleValue': ?simpleValue,
'tooltipIconStyle': ?tooltipIconStyle,
};
}