SmartGeofenceEvent constructor

SmartGeofenceEvent({
  1. required int timestamp,
  2. required Location triggeringLocation,
  3. required SmartGeofenceEventType eventType,
  4. required List<SmartGeofence?> geofences,
})

Implementation

SmartGeofenceEvent({
  required this.timestamp,
  required this.triggeringLocation,
  required this.eventType,
  required this.geofences,
});