DepositMethod constructor

DepositMethod({
  1. required int amount,
})

Implementation

DepositMethod({required this.amount});