Packet constructor

Packet(
  1. double sequence,
  2. String source_port,
  3. String source_channel,
  4. String destination_port,
  5. String destination_channel,
  6. String data,
  7. Height timeout_height,
  8. double timeout_timestamp,
)

Implementation

Packet(
    this.sequence,
    this.source_port,
    this.source_channel,
    this.destination_port,
    this.destination_channel,
    this.data,
    this.timeout_height,
    this.timeout_timestamp);