lengthAsync property

FutureOr<int> get lengthAsync

Implementation

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