$UsageRule constructor

$UsageRule({
  1. bool? allowUnregisteredCalls,
  2. String? selector,
  3. bool? skipServiceControl,
})

Implementation

$UsageRule({
  this.allowUnregisteredCalls,
  this.selector,
  this.skipServiceControl,
});