menu
oflutter_name package
documentation
compat.dart
CaseConvert
codeLower method
codeLower method
dark_mode
light_mode
codeLower
method
bool
codeLower
(
int
charCode
)
Implementation
bool codeLower(int charCode) => charCode >= _lowerA && charCode <= _lowerZ;
oflutter_name package
documentation
compat
CaseConvert
codeLower method
CaseConvert extension on
String