toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
  if (blurBaselineConfig != null) 'blurBaselineConfig': blurBaselineConfig!,
  if (smoothGradConfig != null) 'smoothGradConfig': smoothGradConfig!,
  if (stepCount != null) 'stepCount': stepCount!,
};