ForwardingComputable<T> constructor
ForwardingComputable<T> (
- T initialValue, {
- bool dedupe = true,
Implementation
ForwardingComputable(
super.initialValue, {
super.dedupe = true,
});