const User.fromId(String id, Session session) : _session = session, _idOnly = true, super(id: id, name: '');