EqBandConfig class

Constructors

EqBandConfig({required EqBandType type, required double frequencyHz, bool enabled = true, double q = 1.0, double gainDb = 0.0, double slope = 1.0})
const

Properties

enabled bool
final
frequencyHz double
final
gainDb double
final
hashCode int
The hash code for this object.
no setterinherited
q double
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
slope double
final
type EqBandType
final

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