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