PriceChangeInterval class abstract

Represents the intervals for price changes.

Constructors

PriceChangeInterval()

Properties

hashCode int
The hash code for this object.
no setterinherited
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

Constants

d7 → const String
Price change in the last 7 days.
d14 → const String
Price change in the last 14 days.
d30 → const String
Price change in the last 30 days.
d200 → const String
Price change in the last 200 days.
h1 → const String
Price change in the last 1 hour.
h24 → const String
Price change in the last 24 hours.
y1 → const String
Price change in the last 1 year.