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