Document

constructor(id: String = GenerateId.generate(), title: String = "", content: Map<Int, StoryStep> = emptyMap(), createdAt: Instant, lastUpdatedAt: Instant, userId: String, parentId: String, favorite: Boolean = false, icon: MenuItem.Icon? = null)