toBool method

bool toBool()

Convert string to bool

Implementation

bool toBool() => bool.parse(this);