VariationCount class

Auxiliary class to get intervals of variation stuff like: if we got -1% ... 0% = 10 days 0% ... 1% = 5 days

Constructors

VariationCount(String intervalDescription, int count)

Properties

count int
Number of occurrences inside a specific interval
final
hashCode int
The hash code for this object.
no setterinherited
intervalDescription String
Something that describes the interval of prices -1% ... 0%
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.
override

Operators

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