toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final customChecks = this.customChecks;
  final duration = this.duration;
  final googleCloud = this.googleCloud;
  return {
    'customChecks': ?customChecks,
    'duration': ?duration,
    'googleCloud': ?googleCloud,
  };
}