key property

String? key

Gets the key this section occupies in its parent.

Implementation

String? get key => _key ??= ConfigurationPath.getSectionKey(_path);