menu
dimap package
documentation
dimp.dart
Dictionary
getInt method
getInt method
dark_mode
light_mode
getInt
method
@
override
int
?
getInt
(
String
key
, [
int
?
defaultValue
])
override
Implementation
@override int? getInt(String key, [int? defaultValue]) => Converter.getInt(_map[key], defaultValue);
dimap package
documentation
dimp
Dictionary
getInt method
Dictionary class