VideoPlayerValue.erroneous constructor

VideoPlayerValue.erroneous(
  1. String errorDescription
)

Returns an instance with a null Duration and the given errorDescription.

Implementation

VideoPlayerValue.erroneous(String errorDescription)
    : this(duration: null, errorDescription: errorDescription);