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