menu
bottom_bar_matu package
documentation
utils/app_utils.dart
StringExtensions
toInt method
toInt method
dark_mode
light_mode
toInt
method
int
toInt
(
)
Returns the value of this number as an
int
Implementation
int toInt() => int.parse(this!);
bottom_bar_matu package
documentation
utils/app_utils
StringExtensions
toInt method
StringExtensions extension on
String
?