Gets the section value.
String? get value => _root[path];
Sets the section value.
set value(String? v) => _root[path] = v;