ContentStateBulkSetTaskUpdate class
Constructors
-
ContentStateBulkSetTaskUpdate({required List<
String> set, required List<ContentStateFailure> failed, required int percentage, String? message, ContentState? state, required bool success}) -
ContentStateBulkSetTaskUpdate.fromJson(Map<
String, Object?> json) -
factory
Properties
-
failed
→ List<
ContentStateFailure> -
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- message → String?
-
final
- percentage → int
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
set
→ List<
String> -
final
- state → ContentState?
-
final
- success → bool
-
final
Methods
-
copyWith(
{List< String> ? set, List<ContentStateFailure> ? failed, int? percentage, String? message, ContentState? state, bool? success}) → ContentStateBulkSetTaskUpdate -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, Object?> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited