WalletBalanceEntity constructor

const WalletBalanceEntity({
  1. required String wei,
  2. required String ether,
  3. required String hex,
})

Implementation

const WalletBalanceEntity(
    {required this.wei, required this.ether, required this.hex});