menu
ns_utils package
documentation
extensions/string.dart
StringExtensions
toINT property
toINT property
dark_mode
light_mode
toINT
property
int
get
toINT
Parses the string as an int or 0
defaultInt
.
Implementation
int get toINT => toInt(this);
ns_utils package
documentation
extensions/string
StringExtensions
toINT property
StringExtensions extension on
String