TaskRetryLater constructor

const TaskRetryLater(
  1. Duration delay, {
  2. Map<String, dynamic>? data,
})

Implementation

const TaskRetryLater(
  this.delay, {
  this.data,
});