Financials constructor
The Financials constructor.
The parameter balance
is the Balance class.
The parameter cashflow
is the Cashflow class.
The parameter income
is the Income class.
Implementation
Financials({this.balance, this.cashflow, this.income});