Skip to content

Instantly share code, notes, and snippets.

@phannmalinka
Last active August 17, 2018 05:18
Show Gist options
  • Save phannmalinka/99555e0b534b7718363c54cd06286b63 to your computer and use it in GitHub Desktop.
Save phannmalinka/99555e0b534b7718363c54cd06286b63 to your computer and use it in GitHub Desktop.
void main() {
var peoples = [
{ "id": 0, "name": "userA" },
{ "id": 1, "name": "userB" }
];
peoples.forEach((person) => print(person));
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment