menu
gun_dart package
documentation
gun.dart
User
map method
map method
dark_mode
light_mode
map
method
User
map
(
)
Iterate on each property of a node.
Implementation
User map() { final user = _user.map(); return User._(user); }
gun_dart package
documentation
gun
User
map method
User class