Skip to content

Instantly share code, notes, and snippets.

@codingpizza
Created August 5, 2019 17:44
How to create a variable in dart using types
String name = "John";
print(name)
//The result is going to be: John
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment