HeliumOraclePriceStats class

Annotations
  • @JsonSerializable()

Constructors

HeliumOraclePriceStats({required double avg, required double max, required double median, required double min, required double stddev})
HeliumOraclePriceStats.fromJson(Map<String, dynamic> json)
factory

Properties

avg double
The arithmetic mean price of 1 HNT in USD.
final
hashCode int
The hash code for this object.
no setterinherited
max double
The maximum price of 1 HNT in USD.
final
median double
The median price of 1 HNT in USD.
final
min double
The minimum price of 1 HNT in USD.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stddev double
The standard deviation of the price of 1 HNT.
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