MacdType enum Null safety
Macd indicator type
Constants
- both → const MacdType
-
- MacdType.both, indicator will have both line and histogram
const MacdType(0)
- histogram → const MacdType
-
- MacdType.histogram, the indicator will have a histogram line only.
const MacdType(2)
- line → const MacdType
-
- MacdType.line, the indicator will have a line only.
const MacdType(1)
-
values
→ const List<
MacdType> -
A constant List of the values in this enum, in order of their declaration.
const List<
MacdType>
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
A string representation of this object. [...]
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited