getValues abstract method

Future<Map<String, NodeValue>> getValues()

Get a deep copy of all values stored in the node.

@return a map of all values

Implementation

Future<Map<String, NodeValue>> getValues();