PlaybookBulletItem

constructor(content: String, section: PlaybookSection, helpfulCount: Int, harmfulCount: Int)

Creates a bullet whose id is freshly allocated within section via generateNewId.


constructor(content: String, id: String, helpfulCount: Int, harmfulCount: Int)