hasError property
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;
Indicates whether or not the video is in an error state. If this is true
errorDescription should have information about the problem.
bool get hasError => errorDescription != null;