HolePunchOptions constructor

const HolePunchOptions({
  1. HolePunchTracer? tracer,
  2. AddrFilter? filter,
})

Creates new holepunch options

Implementation

const HolePunchOptions({
  this.tracer,
  this.filter,
});