MmJob constructor
MmJob({})
Returns a new MmJob instance.
Implementation
MmJob({
this.id,
this.type,
this.createAt,
this.startAt,
this.lastActivityAt,
this.status,
this.progress,
this.data,
});
Returns a new MmJob instance.
MmJob({
this.id,
this.type,
this.createAt,
this.startAt,
this.lastActivityAt,
this.status,
this.progress,
this.data,
});