LnUrlWithdrawResult class sealed

Implementers
Annotations
  • @freezed

Constructors

LnUrlWithdrawResult.errorStatus({required LnUrlErrorData data})
const
factory
LnUrlWithdrawResult.ok({required LnUrlWithdrawSuccessData data})
const
factory
LnUrlWithdrawResult.timeout({required LnUrlWithdrawSuccessData data})
const
factory

Properties

data Object
no setterinherited
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