parseBool method

bool parseBool()

Implementation

bool parseBool() {
  return toLowerCase() == 'true';
}