Calc<I, O> constructor

const Calc<I, O>(
  1. O f(), {
  2. String? name,
})

Implementation

const Calc(this.f, {String? name}) : super(name);