MenuRequestDto

data class MenuRequestDto(val name: String, val price: Int, val image: String)

Constructors

Link copied to clipboard
constructor(name: String, price: Int, image: String)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val price: Int

Functions

Link copied to clipboard
open override fun toString(): String