key property
String?
get
key
Gets the key this section occupies in its parent.
Implementation
String? get key => _key ??= ConfigurationPath.getSectionKey(_path);
Gets the key this section occupies in its parent.
String? get key => _key ??= ConfigurationPath.getSectionKey(_path);