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