getCasing method
Return true if this script uses lower- and upper-case characters.
Implementation
bool getCasing() {
return (_info?['casing'] as bool?) ?? false;
}
Return true if this script uses lower- and upper-case characters.
bool getCasing() {
return (_info?['casing'] as bool?) ?? false;
}