menu
ndk package
documentation
domain_layer/entities/wallet/wallet_transaction.dart
WalletTransactionState
isPending property
isPending property
dark_mode
light_mode
isPending
property
bool
get
isPending
Implementation
bool get isPending => this == draft || this == pending;
ndk package
documentation
domain_layer/entities/wallet/wallet_transaction
WalletTransactionState
isPending property
WalletTransactionState enum