SchedulerLockOptions constructor

const SchedulerLockOptions({
  1. String? dir,
  2. String? lockIdentity,
})

Implementation

const SchedulerLockOptions({this.dir, this.lockIdentity});