Results class

The Results data represent the search results. The Results contain the symbol, company name, isin, is etf, is actively trading, is adr, is fund, currency and market capitalization. By default the results are sorted by market capitalization and country codes.

Constructors

Results({dynamic symbol, dynamic companyName, dynamic isin, dynamic isEtf, dynamic isActivelyTrading, dynamic isAdr, dynamic isFund, dynamic currency, dynamic marketCapitalization})
Results.fromJson(Map<String, dynamic> json)

Properties

companyName String?
The company name.
getter/setter pair
currency String?
The currency of the company.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
isActivelyTrading bool?
The actively trading of the company.
getter/setter pair
isAdr bool?
The adr of the company.
getter/setter pair
isEtf bool?
The etf of the company.
getter/setter pair
isFund bool?
The fund of the company.
getter/setter pair
isin String?
The isin of the company.
getter/setter pair
marketCapitalization double?
The market capitalization of the company.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
symbol String?
The symbol of the company.
getter/setter pair

Methods

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

Operators

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