success property

bool success

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.

Implementation

bool get success => _errorProvider == null;