BackgroundWorkActive constructor
BackgroundWorkActive({
- bool isActive = false,
Implementation
BackgroundWorkActive({
this.isActive = false,
});
BackgroundWorkActive({
this.isActive = false,
});