IntStorageKey

class IntStorageKey(name: String, defaultValue: Int? = null) : StorageKey<Int> (source)

Constructors

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

Properties

Link copied to clipboard
Link copied to clipboard

Functions

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