PlayerException class
Exception thrown by the audio player
- Implemented types
- Implementers
Constructors
- PlayerException.new(String code, String message, [dynamic details])
- Creates a new player exception
- PlayerException.fromMap(Map map)
-
Creates a player exception from a map
factory
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toMap(
) → Map< String, dynamic> - Converts this exception to a map
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited