FastJob constructor

const FastJob({
  1. Duration timeout = kFastJobTimeout,
  2. bool requestUserInteraction = false,
  3. bool blockStartupOnFailure = true,
  4. String? debugLabel,
})

Implementation

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