CantEat

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

This class represents a CantEat entity.

Constructors

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

Properties

Link copied to clipboard
val localId: Long = 0

The local ID of the CantEat.

Link copied to clipboard

The name of the CantEat.

Link copied to clipboard
val serverId: String? = null

The server ID of the CantEat.

Functions

Link copied to clipboard

Converts this CantEat to an ApiCantEat.

Link copied to clipboard

Converts this CantEat to a dbCantEat.