FoodData class
FoodData are the regular objects received from a recorder when recording to a Dart Stream or sent to a player when playing from a Dart Stream
Constructors
Properties
Methods
-
dummy(
FlutterSoundPlayer player) → void -
use internally by Flutter Sound
inherited
-
exec(
FlutterSoundPlayer player) → Future< void> -
Used internally by Flutter Sound
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited