Blake2bTree constructor
const
Blake2bTree({})
Implementation
const Blake2bTree({
required this.fanout,
required this.maxDepth,
required this.leafSize,
required this.nodeOffsetHighBits,
required this.nodeOffsetLowBits,
required this.nodeDepth,
required this.innerDigestLength,
required this.lastNode,
});