menu
stripe_api_2 package
documentation
text_utils.dart
getNumericValue function
getNumericValue function
dark_mode
light_mode
getNumericValue
function
int
?
getNumericValue
(
String
?
s
)
Implementation
int? getNumericValue(String? s) { return int.tryParse(s??""); }
stripe_api_2 package
documentation
text_utils
getNumericValue function
text_utils library