value property

String? value

Gets the section value.

Implementation

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

Sets the section value.

Implementation

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