keys property

KeyPair? get keys

Returns the public Keys of the user. If the user is not connected, it returns null.

Implementation

KeyPair? get keys {
  return getProperty(getProperty(_user, '_'), 'sea');
}