GeofenceWorkflow constructor
- required String id,
- required List<
GeofenceWorkflowStep> steps, - bool requireSequence = true,
Implementation
const GeofenceWorkflow({
required this.id,
required this.steps,
this.requireSequence = true,
});
const GeofenceWorkflow({
required this.id,
required this.steps,
this.requireSequence = true,
});