MonthlyTransfer constructor

MonthlyTransfer({
  1. int? gbPerMonthAllocated,
})

Implementation

MonthlyTransfer({
  this.gbPerMonthAllocated,
});