Convert this String to bool, returns the result of onLeft for invalid inputs.
onLeft
Either<L, bool> toBoolEither<L>(L Function() onLeft) => Either.fromNullable(bool.tryParse(this), onLeft);