TombstoneContent.fromJson(Map<String, Object?> json) : body = json.tryGet('body', TryGet.required) ?? '', replacementRoom = json.tryGet('replacement_room', TryGet.required) ?? '';