menu
hashlib package
documentation
codecs.dart
ByteDecoder
ByteDecoder.new const constructor
ByteDecoder.new const constructor
dark_mode
light_mode
ByteDecoder
constructor
const
ByteDecoder
(
{
required
int
bits
,
})
Creates a new
ByteDecoder
instance.
Parameters:
bits
is bit-length of a single word in the output
Implementation
const ByteDecoder({ required this.bits, });
hashlib package
documentation
codecs
ByteDecoder
ByteDecoder.new const constructor
ByteDecoder class