toBool method

bool toBool()

Implementation

bool toBool() {
  return this != null ? this!.toLowerCase() == "true" : false;
}