BestBitCodec<T> constructor

const BestBitCodec<T>({
  1. required List<BitCodec<T>> codecs,
})

Implementation

const BestBitCodec({required this.codecs});