JFImageProvider constructor

JFImageProvider({
  1. required String localPath,
  2. required ImageType imageType,
  3. required String szDevId,
  4. AddDownloadComPicToTaskList? param,
  5. RecordDownloadModel? fileDownloadModel,
  6. DateTime? beginTime,
  7. DateTime? endTime,
  8. DownloadFunction? downloadStatus,
})

Implementation

JFImageProvider(
    {required this.localPath,
    required this.imageType,
    required this.szDevId,
    this.param,
    this.fileDownloadModel,
    this.beginTime,
    this.endTime,
    this.downloadStatus});