dbCantEat

data class dbCantEat(val localId: Long, val serverId: String? = null, val name: String)

Represents a CantEat entity in the database.

Constructors

Link copied to clipboard
constructor(localId: Long, serverId: String? = null, name: String)

Properties

Link copied to clipboard

The unique ID for this CantEat in the local database. This is the primary key.

Link copied to clipboard

The name of this CantEat.

Link copied to clipboard
val serverId: String? = null

The unique ID for this CantEat in the server database.