menu
helpers package
documentation
helpers/misc.dart
Misc
dynamicToInt static method
dynamicToInt static method
dark_mode
light_mode
dynamicToInt
static method
int
?
dynamicToInt
(
dynamic
value
)
Implementation
static int? dynamicToInt(dynamic value) { return dynamicToDouble(value)?.toInt(); }
helpers package
documentation
helpers/misc
Misc
dynamicToInt static method
Misc class