PointerCodec<E, R extends RType> constructor
const
PointerCodec<E, R extends RType> (
- RPointer<
R> type, - ElementCodec<
E, R> inner
Implementation
const PointerCodec(super.type, this.inner);