isSentence property
bool
get
isSentence
Checks if the string is in sentence case.
Implementation
bool get isSentence => this == toSentenceCase;
Checks if the string is in sentence case.
bool get isSentence => this == toSentenceCase;