isTitle property

bool get isTitle

check string is in title case or not

Implementation

bool get isTitle => FxString.isTitle(this);