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
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