toJson method

Map<String, dynamic> toJson()

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};
}