InvestmentStrategy constructor

InvestmentStrategy({
  1. required String name,
  2. required Map<String, double> fundAllocations,
})

Implementation

InvestmentStrategy({required this.name, required this.fundAllocations});