toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (max != null) 'max': max!,
      if (min != null) 'min': min!,
      if (replacementValue != null) 'replacementValue': replacementValue!,
    };