Packet2<T, T2> constructor

const Packet2<T, T2>(
  1. T value,
  2. T2 value2
)

Implementation

const Packet2(this.value, this.value2);