Company class
Company data wrapper
Constructors
-
Company.fromJson(Map<
String, dynamic> json)
Properties
- country → String
-
Country of the company
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- name → String
-
Company name
final
- percentageOfTotalSupply → double
-
Percentage of total supply
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- symbol → String
-
Company symbol
final
- totalCurrentValueUsd → double
-
Total current value in USD
final
- totalEntryValueUsd → double
-
Total entry value in USD
final
- totalHoldings → double
-
Total holdings
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