methods property

RxList<OperationDepositMethod> get methods

Returns the OperationDepositMethods available for the MyUser.

Implementation

RxList<OperationDepositMethod> get methods => _walletRepository.methods;