menu
coingecko_api package
documentation
helpers/convert.dart
Convert
toInt static method
toInt static method
dark_mode
light_mode
toInt
static method
int
toInt
(
dynamic
d
,
int
def
)
Converts to not-nullable int
Implementation
static int toInt(dynamic d, int def) { return toIntN(d) ?? def; }
coingecko_api package
documentation
helpers/convert
Convert
toInt static method
Convert class