FastJob constructor
const
FastJob({})
Implementation
const FastJob({
this.timeout = kFastJobTimeout,
this.requestUserInteraction = false,
this.blockStartupOnFailure = true,
this.debugLabel,
});
const FastJob({
this.timeout = kFastJobTimeout,
this.requestUserInteraction = false,
this.blockStartupOnFailure = true,
this.debugLabel,
});