flatten property

Task<A> flatten

Implementation

Task<A> get flatten => flatMap(id);