isSentence property

bool get isSentence

Checks if the string is in sentence case.

Implementation

bool get isSentence => this == toSentenceCase;