SoundMock class
Properties
- data → AudioData
-
final
- duration → double
-
no setteroverride
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → int
-
final
- looping ↔ PlatformSoundLooping
-
getter/setter pairoverride
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- state ↔ SoundState
-
getter/setter pair
- volume ↔ double
-
getter/setter pairoverride
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
pause(
) → void -
override
-
play(
) → void -
override
-
replay(
) → void -
override
-
stop(
) → void -
override
-
toString(
) → String -
A string representation of this object.
inherited
-
unload(
) → void -
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited