meta

fun meta(key: String): EventScope<T>

Adds a condition that checks if the event has metadata for a given key.

Return

The updated EventScope instance.

Parameters

key

The metadata key to check.