Skip to content

Instantly share code, notes, and snippets.

@bradyt
Last active February 24, 2019 05:36
Show Gist options
  • Select an option

  • Save bradyt/9565cae5c400fc46027d868816b720be to your computer and use it in GitHub Desktop.

Select an option

Save bradyt/9565cae5c400fc46027d868816b720be to your computer and use it in GitHub Desktop.
import 'dart:math';
void main() {
var thing = [['a', 2.25], ['b', 1.99], ['c', 2.1]];
print(thing);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment