StringStorageKey

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

Constructors

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

Properties

Link copied to clipboard
Link copied to clipboard

Functions

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