menu
reown_sign package
documentation
utils/extensions.dart
EtheraAmountExtension
toInt method
toInt method
dark_mode
light_mode
toInt
method
int
?
toInt
(
)
Implementation
int? toInt() { if (this != null) { return int.tryParse(this!); } return null; }
reown_sign package
documentation
utils/extensions
EtheraAmountExtension
toInt method
EtheraAmountExtension extension on
String
?