JFImageProvider constructor
JFImageProvider({
- required String localPath,
- required ImageType imageType,
- required String szDevId,
- AddDownloadComPicToTaskList? param,
- RecordDownloadModel? fileDownloadModel,
- DateTime? beginTime,
- DateTime? endTime,
- DownloadFunction? downloadStatus,
Implementation
JFImageProvider(
{required this.localPath,
required this.imageType,
required this.szDevId,
this.param,
this.fileDownloadModel,
this.beginTime,
this.endTime,
this.downloadStatus});