ItemInfo

data class ItemInfo(val resolutionList: ArrayList<Linkbox.Resolutions>? = arrayListOf())

Constructors

Link copied to clipboard
constructor(resolutionList: ArrayList<Linkbox.Resolutions>? = arrayListOf())

Properties