isTitle property

bool isTitle

check string is in Title case or not

Implementation

bool get isTitle => this == toTitleCase;