codeLower method

bool codeLower(
  1. int charCode
)

Implementation

bool codeLower(int charCode) => charCode >= _lowerA && charCode <= _lowerZ;