OscillatorType enum
Values
- sine → const OscillatorType
-
const OscillatorType('sine')
- square → const OscillatorType
-
const OscillatorType('square')
- sawtooth → const OscillatorType
-
const OscillatorType('sawtooth')
- triangle → const OscillatorType
-
const OscillatorType('triangle')
- custom → const OscillatorType
-
const OscillatorType('custom')
Properties
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
Static Methods
-
fromValue(
String value) → OscillatorType -
fromValues(
Iterable< String> values) → Iterable<OscillatorType>
Constants
-
values
→ const List<
OscillatorType> - A constant List of the values in this enum, in order of their declaration.