BGTaskRequest class abstract

An abstract class for representing task requests.

Implementers
Annotations

Constructors

BGTaskRequest(String identifier, {DateTime? earliestBeginDate, Map<String, dynamic>? input})
Initializes a BGTaskRequest instance with the given identifier.
const

Properties

earliestBeginDate DateTime?
The earliest date and time at which to run the task.
final
hashCode int
The hash code for this object.
no setterinherited
identifier String
The identifier of the task associated with the request.
final
input Map<String, dynamic>?
Input data of the task.
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
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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