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