TencentGeofenceCreatedEvent constructor

const TencentGeofenceCreatedEvent({
  1. required String geofenceId,
  2. Map<String, Object?>? userInfo,
})

Implementation

const TencentGeofenceCreatedEvent({
  required this.geofenceId,
  this.userInfo,
});