menu
dimap package
documentation
dimp.dart
Converter
getInt static method
getInt static method
dark_mode
light_mode
getInt
static method
int
?
getInt
(
Object
?
value
, [
int
?
defaultValue
])
Implementation
static int? getInt(Object? value, [int? defaultValue]) => converter.getInt(value, defaultValue);
dimap package
documentation
dimp
Converter
getInt static method
Converter class