Blake2sTree constructor
const
Blake2sTree({})
Implementation
const Blake2sTree({
required this.fanout,
required this.maxDepth,
required this.leafSize,
required this.nodeDepth,
required this.innerDigestLength,
required this.lastNode,
required this.nodeOffset,
});