Dart question about printing function as a string -
I have this code on Dart-
sum(a, b) { return a + b; }
If i run -
p