UpdateFundAmount constructor

UpdateFundAmount(
  1. int index,
  2. double newValue
)

Implementation

UpdateFundAmount(this.index, this.newValue);