errorDescription property

String? errorDescription

A description of the error if present.

If hasError is false this is null.

Implementation

String? get errorDescription => videoPlayerValue.errorDescription;