toJson method

Map<String, dynamic> toJson()

Implementation

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