ExchangeMarket class

A class representing an exchange market with relevant details.

Constructors

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

Properties

hashCode int
The hash code for this object.
no setterinherited
hasTradingIncentive bool
A flag indicating whether the exchange market has a trading incentive.
final
identifier String
The unique identifier of the exchange market.
final
The logo of the exchange market, if available.
final
name String
The name of the exchange market.
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 ExchangeMarket instance.
override

Operators

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