count property

Stream<int> count

Implementation

Stream<int> get count => _data.map((data) => data?.length ?? 0);