VisualizerValue class

Constructors

VisualizerValue({List<double> amplitudes = const [], List<double> magnitudes = const [], List<double> levels = const [], List<double> peakLevels = const [], List<double> meanLevels = const []})
const

Properties

amplitudes List<double>
final
hashCode int
The hash code for this object.
no setterinherited
levels List<double>
final
magnitudes List<double>
final
meanLevels List<double>
final
peakLevels List<double>
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.
inherited

Operators

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