abstract fun <T : ERROR CLASS: Symbol not found for JsAny?
?> get(key: String): T?(source) Return a value.
abstract fun <T : ERROR CLASS: Symbol not found for JsAny?
?> get(key: String, defaultValue: T): T(source) Return a value.
A value that should be returned when there is no value (undefined) with the given key.