Skip to content

Instantly share code, notes, and snippets.

@ReginFell
Last active December 19, 2019 18:30
Show Gist options
  • Save ReginFell/520dfde940cd43f9f9c11a26369336de to your computer and use it in GitHub Desktop.
Save ReginFell/520dfde940cd43f9f9c11a26369336de to your computer and use it in GitHub Desktop.
fff
final List<String> collectionOfStrings = ["one", "two"];
final List<int> collectionOfInts = collectionOfStrings.map((value) => value.hashCode);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment