Skip to content

Instantly share code, notes, and snippets.

@fabiomsr
Last active September 5, 2016 19:36
Show Gist options
  • Save fabiomsr/79370ebf4aecf2768a395612903c42e1 to your computer and use it in GitHub Desktop.
Save fabiomsr/79370ebf4aecf2768a395612903c42e1 to your computer and use it in GitHub Desktop.
Contact data II
const kContacts = const <Contact>[
const Contact(
fullName: 'Romain Hoogmoed',
email:'romain.hoogmoed@example.com'
),
const Contact(
fullName: 'Emilie Olsen',
email:'emilie.olsen@example.com'
)
];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment