ListSizedTCodec<T> constructor

const ListSizedTCodec<T>(
  1. SendCodec<T> _tCodec,
  2. int tSizeInBytes
)

Implementation

const ListSizedTCodec(this._tCodec, this.tSizeInBytes)
    : assert(tSizeInBytes > 0);