flatten property

Task<A> get flatten

Implementation

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