BackgroundJob class
Constructors
-
BackgroundJob.new({required int id, required String jobKey, Map<String, dynamic>? payload, required BackgroundJobStatus status, required int attempts, required int maxAttempts, DateTime? lastAttemptAt, String? lastError, required int priority, required DateTime createdAt, required DateTime updatedAt})
-
-
BackgroundJob.fromMap(Map<String, dynamic> map)
-
factory
Methods
-
copyWith({int? id, String? jobKey, Map<String, dynamic>? payload, BackgroundJobStatus? status, int? attempts, int? maxAttempts, DateTime? lastAttemptAt, String? lastError, int? priority, DateTime? createdAt, DateTime? updatedAt})
→ BackgroundJob
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toMapForDbUpdate()
→ Map<String, dynamic>
-
-
toString()
→ String
-
A string representation of this object.
inherited