map method

User map()

Iterate on each property of a node.

Implementation

User map() {
  final user = _user.map();
  return User._(user);
}