Profile class

Constructors

Profile({dynamic assetClass, dynamic aum, dynamic avgVolume, dynamic cusip, dynamic description, dynamic domicile, dynamic etfCompany, dynamic expenseRatio, dynamic inceptionDate, dynamic isin, dynamic name, dynamic nav, dynamic navCurrency, dynamic website, dynamic holdingsCount})
Profile.fromJson(Map<String, dynamic> json)

Properties

assetClass String?
getter/setter pair
aum int?
getter/setter pair
avgVolume int?
getter/setter pair
cusip String?
getter/setter pair
description String?
getter/setter pair
domicile String?
getter/setter pair
etfCompany String?
getter/setter pair
expenseRatio double?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
holdingsCount int?
getter/setter pair
inceptionDate String?
getter/setter pair
isin String?
getter/setter pair
name String?
getter/setter pair
getter/setter pair
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
website String?
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