menu
walletkit_dart
walletkit_dart.dart
GenericTransaction
evmTx property
evmTx
dark_mode
light_mode
evmTx
property
EVMTransaction
?
get
evmTx
Implementation
EVMTransaction? get evmTx => this is EVMTransaction ? this as EVMTransaction : null;
walletkit_dart
walletkit_dart
GenericTransaction
evmTx property
GenericTransaction class