getOptionalString method

String? getOptionalString(
  1. String key
)

Implementation

String? getOptionalString(String key) => _config[key];