BackgroundWorkActive constructor

BackgroundWorkActive({
  1. bool isActive = false,
})

Implementation

BackgroundWorkActive({
    this.isActive = false,
});