TGetWalletsResponse constructor

const TGetWalletsResponse({
  1. required List<v1Wallet> wallets,
})

Implementation

const TGetWalletsResponse({
  required  this.wallets,
});