menu
than_pkg package
documentation
services/t_map.dart
TMapExtension
getInt method
getInt method
dark_mode
light_mode
getInt
method
int
getInt
(
List
<
String
>
keys
, {
int
def
=
0
,
})
Implementation
int getInt(List<String> keys, {int def = 0}) { return TMap.getInt(this, keys, defaultValue: def); }
than_pkg package
documentation
services/t_map
TMapExtension
getInt method
TMapExtension extension on
Map
<
String
,
dynamic
>