toBoolean method

bool toBoolean({
  1. bool strict = false,
})

Converts this string to a boolean.

Implementation

bool toBoolean({bool strict = false}) => _toBoolean(this, strict);