map method

Gun map()

Iterate on each property of a node.

Implementation

Gun map() {
  final gun = _gun.map();
  return Gun._(gun);
}