CompaniesData class

Companies data wrapper

Constructors

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

Properties

companies List<Company>
List of companies
final
hashCode int
The hash code for this object.
no setterinherited
marketCapDominance double
Market capitalization dominance
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
totalHoldings double
Total holdings
final
totalValueUsd double
Total value in USD
final

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