SmartGeofenceEvent constructor
SmartGeofenceEvent({
- required int timestamp,
- required Location triggeringLocation,
- required SmartGeofenceEventType eventType,
- required List<
SmartGeofence?> geofences,
Implementation
SmartGeofenceEvent({
required this.timestamp,
required this.triggeringLocation,
required this.eventType,
required this.geofences,
});