length method

int length()

Implementation

int length() => fold((_) => 0, (_) => 1);