RestaurantDto

@Serializable
class RestaurantDto(val id: String, val name: String, val address: String, val phone: String, val email: String)

Constructors

Link copied to clipboard
constructor(id: String, name: String, address: String, phone: String, email: String)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val id: String
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
fun toJson(): String