ForwardingComputable<T> constructor

ForwardingComputable<T>(
  1. T initialValue, {
  2. bool dedupe = true,
})

Implementation

ForwardingComputable(
  super.initialValue, {
  super.dedupe = true,
});