menu
maxilozoz_box package
documentation
modules/config/config.dart
Config
get method
get method
dark_mode
light_mode
get
method
dynamic
get
(
String
k
)
Implementation
dynamic get(String k) { return !this.prodModel ? this.dev[k] : this.prod[k]; }
maxilozoz_box package
documentation
modules/config/config
Config
get method
Config class