stringProperty abstract method

CustomStringProperty? stringProperty(
  1. String name
)

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

Implementation

CustomStringProperty? stringProperty(String name);