MemoNode<T> constructor
const
MemoNode<T> (
- T dependency(),
- BloomNode builder(
- T value
Creates a memoization boundary descriptor with dependency and builder.
Implementation
const MemoNode(this.dependency, this.builder);