RenderJobView constructor
const
RenderJobView({})
Creates a job view.
Implementation
const RenderJobView({
required this.id,
required this.status,
this.completed,
this.total,
this.error,
this.video,
this.poster,
this.code,
this.spec,
this.createdAt,
this.expiresAt,
});