toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (basicSliPerformance != null)
'basicSliPerformance': basicSliPerformance!,
if (performance != null) 'performance': performance!,
if (threshold != null) 'threshold': threshold!,
};