tryToBool method

bool? tryToBool()

Try convert string to bool

Implementation

bool? tryToBool() => bool.tryParse(this);