GeofenceWorkflowEvent constructor
- required String workflowId,
- required GeofenceWorkflowStatus status,
- required GeofenceWorkflowState state,
- required DateTime timestamp,
- GeofenceWorkflowStep? step,
- String? message,
Implementation
const GeofenceWorkflowEvent({
required this.workflowId,
required this.status,
required this.state,
required this.timestamp,
this.step,
this.message,
});