ValueBuffer class
Constructors
- ValueBuffer({required int size, double fallSpeed = 0.08, double sensibility = 8.0})
Properties
- fallSpeed → double
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
-
levels
↔ List<
double> -
latefinal
-
meanLevels
↔ List<
double> -
latefinal
-
peakLevels
↔ List<
double> -
latefinal
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sensibility → double
-
final
Methods
-
flush(
) → void -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
update(
List< double> input) → void
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited