toBoolean method

bool toBoolean()

Implementation

bool toBoolean() {
  return this?.toLowerCase() == 'true';
}