LnUrlCallbackStatus_Ok class abstract
- Implemented types
Constructors
- LnUrlCallbackStatus_Ok()
-
constfactory
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 ok(LnUrlCallbackStatus_Ok value), required TResult errorStatus(LnUrlCallbackStatus_ErrorStatus value)}) → TResult -
inherited
-
mapOrNull<
TResult extends Object?> ({TResult? ok(LnUrlCallbackStatus_Ok value)?, TResult? errorStatus(LnUrlCallbackStatus_ErrorStatus value)?}) → TResult? -
inherited
-
maybeMap<
TResult extends Object?> ({TResult ok(LnUrlCallbackStatus_Ok value)?, TResult errorStatus(LnUrlCallbackStatus_ErrorStatus value)?, required TResult orElse()}) → TResult -
inherited
-
maybeWhen<
TResult extends Object?> ({TResult ok()?, 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(), required TResult errorStatus(LnUrlErrorData data)}) → TResult -
inherited
-
whenOrNull<
TResult extends Object?> ({TResult? ok()?, TResult? errorStatus(LnUrlErrorData data)?}) → TResult? -
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited