Skip to content

Instantly share code, notes, and snippets.

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