GuardCheckResultError class abstract

Inheritance

Constructors

GuardCheckResultError(dynamic error, {StackTrace? stackTrace})
const
factory

Properties

copyWith → _$$GuardCheckResultErrorCopyWith<_$GuardCheckResultError>
no setter
error → dynamic
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stackTrace StackTrace?
no setter

Methods

map<TResult extends Object?>({required TResult pass(GuardCheckResultPass value), required TResult wrap(_GuardCheckResultPassWrap value), required TResult loading(GuardCheckResultLoading value), required TResult widget(_WidgetResult value), required TResult none(_NoneResult value), required TResult action(_ActionResult value), required TResult error(GuardCheckResultError value)}) → TResult
inherited
mapOrNull<TResult extends Object?>({TResult pass(GuardCheckResultPass value)?, TResult wrap(_GuardCheckResultPassWrap value)?, TResult loading(GuardCheckResultLoading value)?, TResult widget(_WidgetResult value)?, TResult none(_NoneResult value)?, TResult action(_ActionResult value)?, TResult error(GuardCheckResultError value)?}) → TResult?
inherited
maybeMap<TResult extends Object?>({TResult pass(GuardCheckResultPass value)?, TResult wrap(_GuardCheckResultPassWrap value)?, TResult loading(GuardCheckResultLoading value)?, TResult widget(_WidgetResult value)?, TResult none(_NoneResult value)?, TResult action(_ActionResult value)?, TResult error(GuardCheckResultError value)?, required TResult orElse()}) → TResult
inherited
maybeWhen<TResult extends Object?>({TResult pass()?, TResult wrap(Widget builder({required Widget child}))?, TResult loading()?, TResult widget(Widget widget)?, TResult none()?, TResult action(GuardCheckResult action(BuildContext, WidgetRef))?, TResult error(dynamic error, StackTrace? stackTrace)?, 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 pass(), required TResult wrap(Widget builder({required Widget child})), required TResult loading(), required TResult widget(Widget widget), required TResult none(), required TResult action(GuardCheckResult action(BuildContext, WidgetRef)), required TResult error(dynamic error, StackTrace? stackTrace)}) → TResult
inherited
whenOrNull<TResult extends Object?>({TResult pass()?, TResult wrap(Widget builder({required Widget child}))?, TResult loading()?, TResult widget(Widget widget)?, TResult none()?, TResult action(GuardCheckResult action(BuildContext, WidgetRef))?, TResult error(dynamic error, StackTrace? stackTrace)?}) → TResult?
inherited

Operators

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