OperationDepositMethodsArguments constructor

OperationDepositMethodsArguments({
  1. required CountryCode country,
  2. Currency? currency,
})

Implementation

OperationDepositMethodsArguments({required this.country, this.currency});