MarketIndexIdentified class

Market index data wrapper

Constructors

MarketIndexIdentified.fromJson(Map<String, dynamic> json)

Properties

hashCode int
The hash code for this object.
no setterinherited
id String
Market index identifier
final
isMultiAssetComposite bool?
Indicates if the index is multi asset composite
final
last double
Market index last value
final
market String
Market name
final
name String
Market index 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
A string representation of this object.
override

Operators

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