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

Inheritance

Constructors

FoodData(Uint8List? data)
The constructor, specifying the data to be sent or that has been received

Properties

data Uint8List?
the data to be sent (or received)
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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