isSentence property

bool isSentence

check string is in Sentence case or not

Implementation

bool get isSentence => this == toSentenceCase;