Bullet

constructor(text: String, isUsed: Boolean)

Creates a new bullet item with the given description and usage status.

Parameters

text

A string that describes the usage of the data.

isUsed

A boolean value that indicates whether the data is being used.