hasError property
bool
get
hasError
Indicates whether or not the video is in an error state. If this is true errorDescription should have information about the problem.
Implementation
bool get hasError => errorDescription != null;