PointerCodec<E, R extends RType> constructor

const PointerCodec<E, R extends RType>(
  1. RPointer<R> type,
  2. ElementCodec<E, R> inner
)

Implementation

const PointerCodec(super.type, this.inner);