length property

Future<int> length

Refer to Iterable.length;

Implementation

Future<int> get length async => (await this).length;