GeofenceWorkflowStep constructor

const GeofenceWorkflowStep({
  1. required String id,
  2. required String geofenceIdentifier,
  3. required GeofenceAction action,
  4. int cooldownSeconds = 0,
})

Implementation

const GeofenceWorkflowStep({
  required this.id,
  required this.geofenceIdentifier,
  required this.action,
  this.cooldownSeconds = 0,
});