toJson method

  1. @override
Object toJson()
override

Implementation

@override
Object toJson() => {
  'stepCount': stepCount,
  if (smoothGradConfig != null)
    'smoothGradConfig': smoothGradConfig!.toJson(),
  if (blurBaselineConfig != null)
    'blurBaselineConfig': blurBaselineConfig!.toJson(),
};