DomainCalls constructor

DomainCalls({
  1. String? domain,
  2. int? httpCallCount,
})

Implementation

DomainCalls({this.domain, this.httpCallCount});