menu
worken_sdk package
documentation
features/wallet/domain/entites/wallet_balance_entity.dart
WalletBalanceEntity
WalletBalanceEntity.new const constructor
WalletBalanceEntity.new const constructor
dark_mode
light_mode
WalletBalanceEntity
constructor
const
WalletBalanceEntity
(
{
required
String
wei
,
required
String
ether
,
required
String
hex
,
})
Implementation
const WalletBalanceEntity( {required this.wei, required this.ether, required this.hex});
worken_sdk package
documentation
features/wallet/domain/entites/wallet_balance_entity
WalletBalanceEntity
WalletBalanceEntity.new const constructor
WalletBalanceEntity class