Returns a new instance of User from the current instance of Gun.
User user([String? userPublicKey]) { final user = _gun.user(userPublicKey); return User._(user); }