GeofenceWorkflowStep constructor
- required String id,
- required String geofenceIdentifier,
- required GeofenceAction action,
- int cooldownSeconds = 0,
Implementation
const GeofenceWorkflowStep({
required this.id,
required this.geofenceIdentifier,
required this.action,
this.cooldownSeconds = 0,
});