ClockInProcessResult.success constructor

ClockInProcessResult.success()

Factory constructor for a successful result.

Implementation

factory ClockInProcessResult.success() {
  return ClockInProcessResult(success: true);
}