Task constructor
Task({})
Implementation
Task({
this.appEngineHttpRequest,
this.createTime,
this.dispatchCount,
this.dispatchDeadline,
this.firstAttempt,
this.httpRequest,
this.lastAttempt,
this.name,
this.responseCount,
this.scheduleTime,
this.view,
});