InitialDownload constructor

InitialDownload({
  1. bool initialCall = true,
  2. String? fetchDataJobName,
  3. Color? backgroundColor,
  4. Function? fetchDataService,
})

Implementation

InitialDownload(
    {this.initialCall = true,
    this.fetchDataJobName,
    this.backgroundColor,
    this.fetchDataService});