Financials class

The Financials class is used to store all financials of a stock e.g. Balance, Cashflow, Income.

Constructors

Financials({Balance? balance, Cashflow? cashflow, Income? income})
The Financials constructor.

Properties

balance Balance?
The Balance class is used to store all balance data of a stock.
getter/setter pair
cashflow Cashflow?
The Cashflow class is used to store all cashflow data of a stock.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
income Income?
The Income class is used to store all income data of a stock.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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