GeofenceWorkflowState constructor

const GeofenceWorkflowState({
  1. required String workflowId,
  2. required int currentIndex,
  3. required List<String> completedStepIds,
  4. required bool completed,
})

Implementation

const GeofenceWorkflowState({
  required this.workflowId,
  required this.currentIndex,
  required this.completedStepIds,
  required this.completed,
});