toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final basicSliPerformance = this.basicSliPerformance;
  final performance = this.performance;
  final threshold = this.threshold;
  return {
    'basicSliPerformance': ?basicSliPerformance,
    'performance': ?performance,
    'threshold': ?threshold,
  };
}