Run constructor
Run({})
Returns a new Run instance.
Implementation
Run({
this.id,
this.taskID,
this.status,
this.scheduledFor,
this.log = const [],
this.startedAt,
this.finishedAt,
this.requestedAt,
this.links,
});