operator [] abstract method

String? operator [](
  1. String key
)

Gets a configuration value.

Implementation

String? operator [](String key);