Packet<T> constructor

const Packet<T>(
  1. T value
)

Implementation

const Packet(this.value);