length method

  1. @override
int length()
override

Implementation

@override int length() => foldLeft(0, (a, b) => a+1);