ShortStorageKey

class ShortStorageKey(name: String, defaultValue: Short? = null) : StorageKey<Short> (source)

Constructors

Link copied to clipboard
constructor(name: String, defaultValue: Short? = null)

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open override fun convertFromString(value: String): Short?
Link copied to clipboard
open override fun convertToString(value: Short): String