toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final healthState = this.healthState;
final kind = this.kind;
final sources = this.sources;
return {'healthState': ?healthState, 'kind': ?kind, 'sources': ?sources};
}