Skip to content

Instantly share code, notes, and snippets.

@NITIN-ME
Created May 29, 2020 08:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save NITIN-ME/233b902bb435db4361dde987e93a4db3 to your computer and use it in GitHub Desktop.
Save NITIN-ME/233b902bb435db4361dde987e93a4db3 to your computer and use it in GitHub Desktop.
class DataPoint{
String date;
int num;
DataPoint(this.date, this.num);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment