save method

  1. @override
Map save()
override

Save the node provider to a map.

Implementation

@override
Map save() {
  return root.save();
}