PreloadOperation constructor
PreloadOperation({
- required String key,
- PreloadStatus status = PreloadStatus.notStarted,
Creates a new instance of PreloadOperation.
Implementation
PreloadOperation({
required this.key,
this.status = PreloadStatus.notStarted,
}) : startTime = DateTime.now();