Creates a PeerUser with the given id, name, and optional image.
PeerUser({required this.id, required this.name, this.image});