value property
dynamic
get
value
This attribute value, it may be one of the following: num, String, bool, Null, Map<String, NodeViewModelState> or List<NodeViewModelState>.
Implementation
dynamic get value => _value;
Updates the value
of this node.
Implementation
@visibleForTesting
set value(dynamic value) {
_value = value;
}