ExchangeShort class
Exchange data wrapper in short form
Constructors
-
ExchangeShort.fromJson(Map<
String, dynamic> json) - Constructs an ExchangeShort instance from a JSON map.
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
Returns a string representation of the ExchangeShort instance.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited