menu
innerlibs
string_extensions.dart
StringExtensions
toIntOrZero property
toIntOrZero
dark_mode
light_mode
toIntOrZero
property
int
get
toIntOrZero
Implementation
int get toIntOrZero => toInt ?? 0;
innerlibs
string_extensions
StringExtensions
toIntOrZero property
StringExtensions extension on
String