ExchangeVolumeData class

A class that represents exchange volume data with a date and volume.

Constructors

ExchangeVolumeData.fromArray(List array)
Constructs an instance of ExchangeVolumeData from an array.

Properties

date DateTime
The date of the exchange volume data.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
volume double
The volume of the exchange data.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
Returns a string representation of the ExchangeVolumeData instance.
override

Operators

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