RunLinks constructor

RunLinks({
  1. String? self,
  2. String? task,
  3. String? retry,
})

Returns a new RunLinks instance.

Implementation

RunLinks({
  this.self,
  this.task,
  this.retry,
});