getProperty abstract method

Object? getProperty(
  1. String name
)

Retrieves the value associated with the given name, or null if not present.

The resolution logic depends on the source type and subclass behavior.

Implementation

Object? getProperty(String name);