TextWithTooltip.fromJson constructor
TextWithTooltip.fromJson(
- Map json_
Implementation
TextWithTooltip.fromJson(core.Map json_)
: this(
simpleTooltipValue: json_['simpleTooltipValue'] as core.String?,
simpleValue: json_['simpleValue'] as core.String?,
tooltipIconStyle: json_['tooltipIconStyle'] as core.String?,
);