lengthAsync property

Future<int> lengthAsync

Implementation

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