Packet constructor

Packet({
  1. String? bucket,
  2. String? src,
  3. String? rid,
  4. String? dst,
  5. String? sni,
  6. String? addr,
})

Implementation

Packet({this.bucket, this.src, this.rid, this.dst, this.sni, this.addr});