count method

int count()

Implementation

int count() => isBlank ? 0 : this!.length;