YKCancelled<T> class
请求被取消
Constructors
- YKCancelled({String? reason})
-
const
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
when<
R> ({required R success(YKSuccess< T> success), required R failure(YKFailure<T> failure), required R cancelled(YKCancelled<T> cancelled)}) → R -
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited