Portfolio constructor

Portfolio({
  1. required List<Transactions> transactions,
})

Implementation

Portfolio({required this.transactions});