getCasing method

bool getCasing()

Return true if this script uses lower- and upper-case characters.

Implementation

bool getCasing() {
  return (_info?['casing'] as bool?) ?? false;
}