getChildren method

  1. @override
Iterable<ConfigurationSection> getChildren()
override

Gets the immediate descendant configuration sub-sections.

Implementation

@override
Iterable<ConfigurationSection> getChildren() =>
    _root.getChildrenImplementation(path);