value property

String? get value

Gets the section value.

Implementation

String? get value => _root[path];
set value (String? v)

Sets the section value.

Implementation

set value(String? v) => _root[path] = v;