lengthAsync property

FutureOr<int> lengthAsync

Implementation

FutureOr<int> get lengthAsync => then((itr) => itr.length);