error property

ValueNotifier<String?> error
final

The error message of the player. It's null before an error occurs.

Implementation

final error = ValueNotifier<String?>(null);