PositionMismatchError class

An attempt was made to set a channel position to a position not supported by its source type.

Inheritance

Constructors

PositionMismatchError(SoundChannel channel, SoundPosition position)
Create an instance.
const

Properties

channel SoundChannel
The channel whose position was supposed to be set.
final
hashCode int
The hash code for this object.
no setterinherited
position SoundPosition
The position that was used.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited