countWord property

int countWord

Counts the number of words in

Implementation

int get countWord => split(' ').length;