Id

data class Id(val value: String) : Parcelable

Uses value as the unique identifier of a MenuItem.

Constructors

Link copied to clipboard
fun Id(value: String)

Properties

Link copied to clipboard
val value: String

Inherited functions

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