isTitle property

bool get isTitle

Checks if the string is in title case.

Implementation

bool get isTitle => this == toTitleCase;