Job constructor

Job({
  1. required List<String> inputPath,
})

Implementation

Job({required this.inputPath})
    : timestamp = DateTime.now(),
      hashId = ObjectId().hexString;