property abstract method

CustomProperty? property(
  1. String name
)

Retrieve a custom property from the event with the given name.

Implementation

CustomProperty? property(String name);