asMap method

Map asMap()

Implementation

Map asMap() {
  return {
    ROOMIDKEY: roomId,
    MEMBERPUBKEYKEY: memberPubkey,
  };
}