IndicatorStatusModel class sealed

Available extensions
Annotations
  • @freezed

Constructors

IndicatorStatusModel.empty(@_igjson RefreshBase refreshBase)
注意要处理 sliver组件
factory
IndicatorStatusModel.error({@_igjson Object? error, @_igjson StackTrace? stackTrace, @_igjson required RefreshBase refreshBase})
factory
IndicatorStatusModel.fullScreenBusying()
注意要处理 sliver组件
factory
IndicatorStatusModel.fullScreenError({@_igjson Object? error, @_igjson StackTrace? stackTrace, @_igjson required RefreshBase refreshBase})
注意要处理 sliver 组件
factory
IndicatorStatusModel.loadingMoreBusying()
factory
IndicatorStatusModel.noMoreLoad()
factory
IndicatorStatusModel.none()
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
isEmpty bool

Available on IndicatorStatusModel, provided by the IndicatorStatusModelEx extension

no setter
isFullLoading bool

Available on IndicatorStatusModel, provided by the IndicatorStatusModelEx extension

no setter
isLoadingMore bool

Available on IndicatorStatusModel, provided by the IndicatorStatusModelEx extension

no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

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