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