SimpleJobDef constructor

SimpleJobDef({
  1. required SimpleJobRunner runner,
})

Implementation

SimpleJobDef({required this.runner});