ModerationConfigListState class
An observable state object that manages the current state of a moderation config list.
Maintains the current list of moderation configurations and pagination information for efficient loading and navigation through moderation config collections.
- Annotations
-
- @freezed
Constructors
-
ModerationConfigListState({List<
ModerationConfigData> configs = const [], PaginationData? pagination}) -
const
Properties
- canLoadMore → bool
-
Indicates whether more moderation configurations can be loaded.
no setter
-
configs
→ List<
ModerationConfigData> -
All the paginated moderation configurations currently loaded.
final
-
copyWith
→ $ModerationConfigListStateCopyWith<
ModerationConfigListState> -
Create a copy of ModerationConfigListState
with the given fields replaced by the non-null parameter values.
no setterinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- pagination → PaginationData?
-
Last pagination information from the most recent request.
final
- 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.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited