menu
flutter_android_ad_plugins package
documentation
hep/hep.dart
Str2Int
toInt method
toInt method
dark_mode
light_mode
toInt
method
int
toInt
(
{
int
defaultInt
=
0
,
})
Implementation
int toInt({int defaultInt=0}){ try{ return int.parse(this); }catch(e){ return defaultInt; } }
flutter_android_ad_plugins package
documentation
hep/hep
Str2Int
toInt method
Str2Int extension on
String