Indicates whether the parse operation was successful.
This returns true if and only if fetching the value with the value property will return with no exception.
true
bool get success => _errorProvider == null;