hasError property

  1. @override
bool hasError

Whether the currentErrors list contains any errors. THIS MAY BE REMOVED - you should be setting an error handler directly using Story.onError.

Implementation

@override
bool get hasError {
  return state.hasError;
}