Try parse a bool value. See asBool to convert strings into bool in a more efficient way
bool? get toBool => bool.tryParse(this, caseSensitive: false);