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