Skip to content

Instantly share code, notes, and snippets.

@ptejada
Created November 16, 2020 07:03
Show Gist options
  • Save ptejada/d43875ba1f58f264c7884a81c191cdc4 to your computer and use it in GitHub Desktop.
Save ptejada/d43875ba1f58f264c7884a81c191cdc4 to your computer and use it in GitHub Desktop.
void main() {
final String foo = 'FOO!';
print('my var is $foo');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment