LnUrlWithdrawResult_Timeout class abstract

Implemented types

Constructors

LnUrlWithdrawResult_Timeout({required LnUrlWithdrawSuccessData data})
const
factory

Properties

copyWith → _$$LnUrlWithdrawResult_TimeoutImplCopyWith<_$LnUrlWithdrawResult_TimeoutImpl>
no setter
data LnUrlWithdrawSuccessData
no setteroverride
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 ok(LnUrlWithdrawResult_Ok value), required TResult timeout(LnUrlWithdrawResult_Timeout value), required TResult errorStatus(LnUrlWithdrawResult_ErrorStatus value)}) → TResult
inherited
mapOrNull<TResult extends Object?>({TResult? ok(LnUrlWithdrawResult_Ok value)?, TResult? timeout(LnUrlWithdrawResult_Timeout value)?, TResult? errorStatus(LnUrlWithdrawResult_ErrorStatus value)?}) → TResult?
inherited
maybeMap<TResult extends Object?>({TResult ok(LnUrlWithdrawResult_Ok value)?, TResult timeout(LnUrlWithdrawResult_Timeout value)?, TResult errorStatus(LnUrlWithdrawResult_ErrorStatus value)?, required TResult orElse()}) → TResult
inherited
maybeWhen<TResult extends Object?>({TResult ok(LnUrlWithdrawSuccessData data)?, TResult timeout(LnUrlWithdrawSuccessData data)?, TResult errorStatus(LnUrlErrorData data)?, required TResult orElse()}) → TResult
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
when<TResult extends Object?>({required TResult ok(LnUrlWithdrawSuccessData data), required TResult timeout(LnUrlWithdrawSuccessData data), required TResult errorStatus(LnUrlErrorData data)}) → TResult
inherited
whenOrNull<TResult extends Object?>({TResult? ok(LnUrlWithdrawSuccessData data)?, TResult? timeout(LnUrlWithdrawSuccessData data)?, TResult? errorStatus(LnUrlErrorData data)?}) → TResult?
inherited

Operators

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