tryGet abstract method

(bool, String?) tryGet(
  1. String key
)

Tries to get a configuration value for the specified key.

Implementation

(bool, String?) tryGet(String key);