isTitle property
bool
get
isTitle
Checks if the string is in title case.
Implementation
bool get isTitle => this == toTitleCase;
Checks if the string is in title case.
bool get isTitle => this == toTitleCase;