Skip to content

Instantly share code, notes, and snippets.

@dariogabriel113
Created June 13, 2019 00:44
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dariogabriel113/84565e37069f2ac5decbc90b35a79443 to your computer and use it in GitHub Desktop.
Save dariogabriel113/84565e37069f2ac5decbc90b35a79443 to your computer and use it in GitHub Desktop.
Dart | Language samples - Variables
var name = 'Voyager I';
var year = 1977;
var antennaDiameter = 3.7;
var flybyObjects = ['Jupiter', 'Saturn', 'Uranus', 'Neptune'];
var image = {
'tags': ['saturn'],
'url': '//path/to/saturn.jpg'
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment