Calc<I, O> constructor
const
Calc<I, O> (
- O f(), {
- String? name,
Implementation
const Calc(this.f, {String? name}) : super(name);
const Calc(this.f, {String? name}) : super(name);