TableDialogModel

data class TableDialogModel(val title: String, val message: String)

Data class representing a dialog model for a table.

Constructors

Link copied to clipboard
constructor(title: String, message: String)

Properties

Link copied to clipboard

The message of the dialog.

Link copied to clipboard

The title of the dialog.