toJson method

  1. @override
Object toJson()
override

Implementation

@override
Object toJson() {
  return {
    if (totalSlotMs.isNotDefault) 'totalSlotMs': encodeInt64(totalSlotMs),
    if (featureStatsAndAnomalies.isNotDefault)
      'featureStatsAndAnomalies': encodeList(featureStatsAndAnomalies),
  };
}