ExchangeShort class

Exchange data wrapper in short form

Constructors

ExchangeShort.fromJson(Map<String, dynamic> json)
Constructs an ExchangeShort instance from a JSON map.

Properties

hashCode int
The hash code for this object.
no setterinherited
id String
Exchange identifier
final
name String
Exchange name
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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