TencentGeofenceEvent constructor

const TencentGeofenceEvent({
  1. required String geofenceId,
  2. required GeofenceTransition transition,
  3. TencentLocation? location,
  4. Duration? stayedDuration,
  5. Map<String, Object?>? userInfo,
})

Implementation

const TencentGeofenceEvent({
  required this.geofenceId,
  required this.transition,
  this.location,
  this.stayedDuration,
  this.userInfo,
});