LPTokenAmountExceedBalance class abstract

Inheritance

Constructors

LPTokenAmountExceedBalance()
const
factory
LPTokenAmountExceedBalance.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

map<TResult extends Object?>({required TResult loggedOut(LoggedOut value), required TResult network(NetworkFailure value), required TResult quotaExceeded(QuotaExceededFailure value), required TResult serviceNotFound(ServiceNotFound value), required TResult serviceAlreadyExists(ServiceAlreadyExists value), required TResult poolAlreadyExists(PoolAlreadyExists value), required TResult lpTokenAmountExceedBalance(LPTokenAmountExceedBalance value), required TResult poolNotExists(PoolNotExists value), required TResult insufficientFunds(InsufficientFunds value), required TResult unauthorized(Unauthorized value), required TResult invalidValue(InvalidValue value), required TResult htlcWithoutFunds(HTLCWithoutFunds value), required TResult notHTLC(NotHTLC value), required TResult faucetUCOError(FaucetUCOError value), required TResult faucetUCOUserRejected(FaucetUCUserRejected value), required TResult wrongNetwork(WrongNetwork value), required TResult insufficientPoolFunds(InsufficientPoolFunds value), required TResult incompatibleBrowser(IncompatibleBrowser value), required TResult chainSwitchNotSupported(ChainSwitchNotSupported value), required TResult connectivityEVM(ConnectivityEVM value), required TResult walletNotSupportedEVM(WalletNotSupportedEVM value), required TResult noWalletSupportedEVM(NoWalletSupportedEVM value), required TResult paramEVMChain(ParamEVMChain value), required TResult userRejected(UserRejected value), required TResult connectivityArchethic(ConnectivityArchethic value), required TResult timeout(Timeout value), required TResult rpcErrorEVM(RPCErrorEVM value), required TResult other(OtherFailure value)}) → TResult
inherited
mapOrNull<TResult extends Object?>({TResult? loggedOut(LoggedOut value)?, TResult? network(NetworkFailure value)?, TResult? quotaExceeded(QuotaExceededFailure value)?, TResult? serviceNotFound(ServiceNotFound value)?, TResult? serviceAlreadyExists(ServiceAlreadyExists value)?, TResult? poolAlreadyExists(PoolAlreadyExists value)?, TResult? lpTokenAmountExceedBalance(LPTokenAmountExceedBalance value)?, TResult? poolNotExists(PoolNotExists value)?, TResult? insufficientFunds(InsufficientFunds value)?, TResult? unauthorized(Unauthorized value)?, TResult? invalidValue(InvalidValue value)?, TResult? htlcWithoutFunds(HTLCWithoutFunds value)?, TResult? notHTLC(NotHTLC value)?, TResult? faucetUCOError(FaucetUCOError value)?, TResult? faucetUCOUserRejected(FaucetUCUserRejected value)?, TResult? wrongNetwork(WrongNetwork value)?, TResult? insufficientPoolFunds(InsufficientPoolFunds value)?, TResult? incompatibleBrowser(IncompatibleBrowser value)?, TResult? chainSwitchNotSupported(ChainSwitchNotSupported value)?, TResult? connectivityEVM(ConnectivityEVM value)?, TResult? walletNotSupportedEVM(WalletNotSupportedEVM value)?, TResult? noWalletSupportedEVM(NoWalletSupportedEVM value)?, TResult? paramEVMChain(ParamEVMChain value)?, TResult? userRejected(UserRejected value)?, TResult? connectivityArchethic(ConnectivityArchethic value)?, TResult? timeout(Timeout value)?, TResult? rpcErrorEVM(RPCErrorEVM value)?, TResult? other(OtherFailure value)?}) → TResult?
inherited
maybeMap<TResult extends Object?>({TResult loggedOut(LoggedOut value)?, TResult network(NetworkFailure value)?, TResult quotaExceeded(QuotaExceededFailure value)?, TResult serviceNotFound(ServiceNotFound value)?, TResult serviceAlreadyExists(ServiceAlreadyExists value)?, TResult poolAlreadyExists(PoolAlreadyExists value)?, TResult lpTokenAmountExceedBalance(LPTokenAmountExceedBalance value)?, TResult poolNotExists(PoolNotExists value)?, TResult insufficientFunds(InsufficientFunds value)?, TResult unauthorized(Unauthorized value)?, TResult invalidValue(InvalidValue value)?, TResult htlcWithoutFunds(HTLCWithoutFunds value)?, TResult notHTLC(NotHTLC value)?, TResult faucetUCOError(FaucetUCOError value)?, TResult faucetUCOUserRejected(FaucetUCUserRejected value)?, TResult wrongNetwork(WrongNetwork value)?, TResult insufficientPoolFunds(InsufficientPoolFunds value)?, TResult incompatibleBrowser(IncompatibleBrowser value)?, TResult chainSwitchNotSupported(ChainSwitchNotSupported value)?, TResult connectivityEVM(ConnectivityEVM value)?, TResult walletNotSupportedEVM(WalletNotSupportedEVM value)?, TResult noWalletSupportedEVM(NoWalletSupportedEVM value)?, TResult paramEVMChain(ParamEVMChain value)?, TResult userRejected(UserRejected value)?, TResult connectivityArchethic(ConnectivityArchethic value)?, TResult timeout(Timeout value)?, TResult rpcErrorEVM(RPCErrorEVM value)?, TResult other(OtherFailure value)?, required TResult orElse()}) → TResult
inherited
maybeWhen<TResult extends Object?>({TResult loggedOut()?, TResult network()?, TResult quotaExceeded(DateTime? cooldownEndDate)?, TResult serviceNotFound()?, TResult serviceAlreadyExists()?, TResult poolAlreadyExists()?, TResult lpTokenAmountExceedBalance()?, TResult poolNotExists()?, TResult insufficientFunds()?, TResult unauthorized()?, TResult invalidValue()?, TResult htlcWithoutFunds()?, TResult notHTLC()?, TResult faucetUCOError()?, TResult faucetUCOUserRejected()?, TResult wrongNetwork(String cause)?, TResult insufficientPoolFunds()?, TResult incompatibleBrowser()?, TResult chainSwitchNotSupported()?, TResult connectivityEVM()?, TResult walletNotSupportedEVM()?, TResult noWalletSupportedEVM()?, TResult paramEVMChain()?, TResult userRejected()?, TResult connectivityArchethic()?, TResult timeout()?, TResult rpcErrorEVM(String? cause)?, TResult other(String? cause, String? stack)?, required TResult orElse()}) → TResult
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
inherited
toString() String
A string representation of this object.
inherited
when<TResult extends Object?>({required TResult loggedOut(), required TResult network(), required TResult quotaExceeded(DateTime? cooldownEndDate), required TResult serviceNotFound(), required TResult serviceAlreadyExists(), required TResult poolAlreadyExists(), required TResult lpTokenAmountExceedBalance(), required TResult poolNotExists(), required TResult insufficientFunds(), required TResult unauthorized(), required TResult invalidValue(), required TResult htlcWithoutFunds(), required TResult notHTLC(), required TResult faucetUCOError(), required TResult faucetUCOUserRejected(), required TResult wrongNetwork(String cause), required TResult insufficientPoolFunds(), required TResult incompatibleBrowser(), required TResult chainSwitchNotSupported(), required TResult connectivityEVM(), required TResult walletNotSupportedEVM(), required TResult noWalletSupportedEVM(), required TResult paramEVMChain(), required TResult userRejected(), required TResult connectivityArchethic(), required TResult timeout(), required TResult rpcErrorEVM(String? cause), required TResult other(String? cause, String? stack)}) → TResult
inherited
whenOrNull<TResult extends Object?>({TResult? loggedOut()?, TResult? network()?, TResult? quotaExceeded(DateTime? cooldownEndDate)?, TResult? serviceNotFound()?, TResult? serviceAlreadyExists()?, TResult? poolAlreadyExists()?, TResult? lpTokenAmountExceedBalance()?, TResult? poolNotExists()?, TResult? insufficientFunds()?, TResult? unauthorized()?, TResult? invalidValue()?, TResult? htlcWithoutFunds()?, TResult? notHTLC()?, TResult? faucetUCOError()?, TResult? faucetUCOUserRejected()?, TResult? wrongNetwork(String cause)?, TResult? insufficientPoolFunds()?, TResult? incompatibleBrowser()?, TResult? chainSwitchNotSupported()?, TResult? connectivityEVM()?, TResult? walletNotSupportedEVM()?, TResult? noWalletSupportedEVM()?, TResult? paramEVMChain()?, TResult? userRejected()?, TResult? connectivityArchethic()?, TResult? timeout()?, TResult? rpcErrorEVM(String? cause)?, TResult? other(String? cause, String? stack)?}) → TResult?
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited