BaseOptions

abstract class BaseOptions(store: MutableMap<String, Any?> = mutableMapOf<String, Any?>().withDefault { null })

Inheritors

Constructors

Link copied to clipboard
constructor(store: MutableMap<String, Any?> = mutableMapOf<String, Any?>().withDefault { null })

Functions

Link copied to clipboard
operator fun get(key: String): Any?
Link copied to clipboard
operator fun set(key: String, v: Any?)