menu
bits package
documentation
codec.dart
BestBitCodec<T>
BestBitCodec.new const constructor
BestBitCodec.new const constructor
dark_mode
light_mode
BestBitCodec<
T
>
constructor
const
BestBitCodec<
T
>
(
{
required
List
<
BitCodec
<
T
>
>
codecs
,
})
Implementation
const BestBitCodec({required this.codecs});
bits package
documentation
codec
BestBitCodec<T>
BestBitCodec.new const constructor
BestBitCodec class