menu
global_configuration package
documentation
global_configuration
GlobalConfiguration
add method
add
brightness_4
add
method
dynamic
add
(
Map
<
String
,
dynamic
>
map
)
Adds the given
map
to the storage.
Implementation
add(Map<String, dynamic> map) => appConfig.addAll(map);
global_configuration package
documentation
global_configuration
GlobalConfiguration
add method
GlobalConfiguration class
Constructors
GlobalConfiguration
Properties
appConfig
hashCode
runtimeType
Methods
add
addValue
clear
get
getBool
getDeepValue
getDouble
getInt
getString
getValue
loadFromAsset
loadFromMap
loadFromPath
loadFromPathIntoKey
loadFromUrl
loadFromUrlIntoKey
noSuchMethod
setValue
toString
updateValue
Operators
operator ==