Property nodes
Released in version:
1.0.14
Flutter/Dart link:
https://api.dart.dev/stable/2.18.1/dart-core/double/parse.htmlarrow-up-right
The "String to int" node is a property node that allows converting a String type value into an Int type value.
Inputs
string
String
String to cast
Outputs
number
Int
Int converted
Last updated 3 years ago