ServiceWorkerRouterInfo constructor

ServiceWorkerRouterInfo({
  1. int? ruleIdMatched,
  2. ServiceWorkerRouterSource? matchedSourceType,
  3. ServiceWorkerRouterSource? actualSourceType,
})

Implementation

ServiceWorkerRouterInfo(
    {this.ruleIdMatched, this.matchedSourceType, this.actualSourceType});