PeriodicTaskRequest class
Constructors
-
PeriodicTaskRequest.new({required String uniqueName, required String taskName, required int frequencySeconds, int? flexIntervalSeconds, Map<
String?, Object?> ? inputData, int? initialDelaySeconds, Constraints? constraints, BackoffPolicyConfig? backoffPolicy, String? tag, ExistingPeriodicWorkPolicy? existingWorkPolicy})
Properties
- backoffPolicy ↔ BackoffPolicyConfig?
-
getter/setter pair
- constraints ↔ Constraints?
-
getter/setter pair
- existingWorkPolicy ↔ ExistingPeriodicWorkPolicy?
-
getter/setter pair
- flexIntervalSeconds ↔ int?
-
getter/setter pair
- frequencySeconds ↔ int
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setteroverride
- initialDelaySeconds ↔ int?
-
getter/setter pair
-
inputData
↔ Map<
String?, Object?> ? -
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- tag ↔ String?
-
getter/setter pair
- taskName ↔ String
-
getter/setter pair
- uniqueName ↔ String
-
getter/setter pair
Methods
-
encode(
) → Object -
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.
override
Static Methods
-
decode(
Object result) → PeriodicTaskRequest