RWBitCodec<T> constructor

const RWBitCodec<T>({
  1. required BitCodec<T> codec,
})

Implementation

const RWBitCodec({required this.codec});