Fiber<T> constructor

Fiber<T>({
  1. required _FiberAction<T> action,
})

Implementation

Fiber({
  required this.action,
});