CachedVideoPlayerValue.erroneous constructor
CachedVideoPlayerValue.erroneous(
- String errorDescription
Returns an instance with the given errorDescription
.
Implementation
CachedVideoPlayerValue.erroneous(String errorDescription)
: this(
duration: Duration.zero,
isInitialized: false,
errorDescription: errorDescription);