toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final annotations = this.annotations;
  final healthStatus = this.healthStatus;
  final kind = this.kind;
  return {
    'annotations': ?annotations,
    'healthStatus': ?healthStatus,
    'kind': ?kind,
  };
}