toJson method

Map toJson()

Implementation

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