Cashflow constructor
Cashflow({
- required List<
CashFlowData> ? cashFlowData, - required String symbol,
Implementation
Cashflow({
required this.cashFlowData,
required this.symbol,
});