PolygonGeofenceEvent constructor
- required PolygonGeofence geofence,
- required PolygonGeofenceEventType type,
- required DateTime timestamp,
- GeoPoint? triggerLocation,
Implementation
const PolygonGeofenceEvent({
required this.geofence,
required this.type,
required this.timestamp,
this.triggerLocation,
});