MarketSymbol class

Constructors

MarketSymbol(String symbol, String exchange, String name, String date, bool isEnabled, String type, String region, String currency, String iexId, String figi, String cik)

Properties

cik String
final
currency String
final
date String
final
exchange String
final
figi String
final
hashCode int
The hash code for this object.
no setterinherited
iexId String
final
isEnabled bool
final
name String
final
region String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
symbol String
final
type String
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

parse(List<Map<String, dynamic>>? data) List<MarketSymbol>