key property

  1. @override
String get key
override

Gets the key this section occupies in its parent.

Implementation

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