LongStorageKey

class LongStorageKey(name: String, defaultValue: Long? = null) : StorageKey<Long> (source)

Constructors

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

Properties

Link copied to clipboard
Link copied to clipboard

Functions

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