isCapital property

bool isCapital

check string is in capital case or not

Implementation

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