toJson method
Implementation
Map toJson() => {
'hideAnimation': hideAnimation,
if (animationIconSize != null) 'animationIconSize': animationIconSize,
if (hintGradientColor != null) 'hintGradientColor': hintGradientColor,
if (hintGradientOpacity != null) 'hintGradientOpacity': hintGradientOpacity,
};