IndicatorStatusModelWithError class abstract

Inheritance

Constructors

IndicatorStatusModelWithError({@_igjson Object? error, @_igjson StackTrace? stackTrace, @_igjson required RefreshBase refreshBase})
factory

Properties

copyWith → _$$IndicatorStatusModelWithErrorImplCopyWith<_$IndicatorStatusModelWithErrorImpl>
no setter
error Object?
no setter
hashCode int
The hash code for this object.
no setterinherited
refreshBase RefreshBase
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stackTrace StackTrace?
no setter

Methods

map<TResult extends Object?>({required TResult none(IndicatorStatusModelWithNone value), required TResult empty(IndicatorStatusModelWithEmpty value), required TResult loadingMoreBusying(IndicatorStatusModelWithLoadingMoreBusying value), required TResult fullScreenBusying(IndicatorStatusModelWithFullScreenBusying value), required TResult error(IndicatorStatusModelWithError value), required TResult fullScreenError(IndicatorStatusModelWithFullScreenError value), required TResult noMoreLoad(IndicatorStatusModelWithNoMoreLoad value)}) → TResult
inherited
mapOrNull<TResult extends Object?>({TResult? none(IndicatorStatusModelWithNone value)?, TResult? empty(IndicatorStatusModelWithEmpty value)?, TResult? loadingMoreBusying(IndicatorStatusModelWithLoadingMoreBusying value)?, TResult? fullScreenBusying(IndicatorStatusModelWithFullScreenBusying value)?, TResult? error(IndicatorStatusModelWithError value)?, TResult? fullScreenError(IndicatorStatusModelWithFullScreenError value)?, TResult? noMoreLoad(IndicatorStatusModelWithNoMoreLoad value)?}) → TResult?
inherited
maybeMap<TResult extends Object?>({TResult none(IndicatorStatusModelWithNone value)?, TResult empty(IndicatorStatusModelWithEmpty value)?, TResult loadingMoreBusying(IndicatorStatusModelWithLoadingMoreBusying value)?, TResult fullScreenBusying(IndicatorStatusModelWithFullScreenBusying value)?, TResult error(IndicatorStatusModelWithError value)?, TResult fullScreenError(IndicatorStatusModelWithFullScreenError value)?, TResult noMoreLoad(IndicatorStatusModelWithNoMoreLoad value)?, required TResult orElse()}) → TResult
inherited
maybeWhen<TResult extends Object?>({TResult none()?, TResult empty(RefreshBase refreshBase)?, TResult loadingMoreBusying()?, TResult fullScreenBusying()?, TResult error(Object? error, StackTrace? stackTrace, RefreshBase refreshBase)?, TResult fullScreenError(Object? error, StackTrace? stackTrace, RefreshBase refreshBase)?, TResult noMoreLoad()?, 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 none(), required TResult empty(RefreshBase refreshBase), required TResult loadingMoreBusying(), required TResult fullScreenBusying(), required TResult error(Object? error, StackTrace? stackTrace, RefreshBase refreshBase), required TResult fullScreenError(Object? error, StackTrace? stackTrace, RefreshBase refreshBase), required TResult noMoreLoad()}) → TResult
inherited
whenOrNull<TResult extends Object?>({TResult? none()?, TResult? empty(RefreshBase refreshBase)?, TResult? loadingMoreBusying()?, TResult? fullScreenBusying()?, TResult? error(Object? error, StackTrace? stackTrace, RefreshBase refreshBase)?, TResult? fullScreenError(Object? error, StackTrace? stackTrace, RefreshBase refreshBase)?, TResult? noMoreLoad()?}) → TResult?
inherited

Operators

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