menu
moontree_utils package
documentation
extensions/string.dart
StringNumericExtension
asInt method
asInt method
dark_mode
light_mode
asInt
method
int
asInt
(
)
Implementation
int asInt() { try { return int.parse(this); } catch (e) { return 0; } }
moontree_utils package
documentation
extensions/string
StringNumericExtension
asInt method
StringNumericExtension extension on
String