booleanProperty abstract method

CustomBooleanProperty? booleanProperty(
  1. String name
)

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

Implementation

CustomBooleanProperty? booleanProperty(String name);