Convert this String to bool, returns None for invalid inputs.
bool
Option<bool> get toBoolOption => Option.fromNullable(bool.tryParse(this));