Answers for "dart typeof"

0

dart typeof

String t = "";
print(t.runtimeType)
// String
Posted by: Guest on February-06-2022

Code answers related to "Dart"

Browse Popular Code Answers by Language