ValByte

@Serializable
data class ValByte(val value: Byte) : SettingValue<Byte> (source)

Constructors

Link copied to clipboard
constructor(value: Byte)

Properties

Link copied to clipboard
open override val value: Byte

Functions

Link copied to clipboard
open override fun parse(raw: String): SettingValue.ValByte