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