menu
flint_dart package
documentation
flint_ui.dart
EnvironmentConfig
getInt method
getInt method
dark_mode
light_mode
getInt
method
int
getInt
(
String
key
, {
int
fallback
=
0
,
})
Implementation
int getInt(String key, {int fallback = 0}) { return int.tryParse(get(key) ?? '') ?? fallback; }
flint_dart package
documentation
flint_ui
EnvironmentConfig
getInt method
EnvironmentConfig class