ItemInfo

data class ItemInfo(val item: String, val itemOp: String) : Parcelable

아이템 정보
Item information

Parameters

item

아이템 이름
Name of the item

itemOp

아이템 가격
Price of the item

Constructors

Link copied to clipboard
constructor(item: String, itemOp: String)

Functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)

Properties

Link copied to clipboard
Link copied to clipboard