getSection method

  1. @override
ConfigurationSection getSection(
  1. String key
)
override

Gets a configuration sub-section with the specified key.

Implementation

@override
ConfigurationSection getSection(String key) =>
    ConfigurationSection(this, key);