Stats class

The 30day and 24hour stats for a product.

Annotations
  • @JsonSerializable(fieldRename: FieldRename.snake)

Constructors

Stats({double? open, double? high, double? low, double? volume, double? volume30Day, double? last})
Stats.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
high double?
final
last double?
Only available from /products/stats or getProductsStats
final
low double?
final
open double?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
volume double?
final
volume30Day double?
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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