@override Object toJson() => { 'parent': parent, 'modelEvaluationSlices': [ for (final i in modelEvaluationSlices) i.toJson(), ], };