Bullet

data class Bullet(val text: String, val isUsed: Boolean)

A representation of data usage permission.

Parameters

text

A string that describes the usage of the data.

isUsed

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

Constructors

Link copied to clipboard
constructor(text: String, isUsed: Boolean)

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

Properties

Link copied to clipboard

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

Link copied to clipboard

A string that describes the usage of the data.