Returns true if 'this' is "true", otherwise - false
bool toBoolean() => this?.toLowerCase() == "true";