Packet constructor

Packet(
  1. String data, {
  2. dynamic timeKey,
})

Implementation

Packet(this.data, {this.timeKey});