menu
on_the_fly
core\jobs.dart
Job
Job constructor
Job
dark_mode
light_mode
Job
constructor
Job
(
{
required
List
<
String
>
inputPath
,
})
Implementation
Job({required this.inputPath}) : timestamp = DateTime.now(), hashId = ObjectId().hexString;
on_the_fly
jobs
Job
Job constructor
Job class