Skip to content

Instantly share code, notes, and snippets.

@salihgueler
Created January 6, 2019 19:49
Show Gist options
  • Save salihgueler/f1d4ad92f6e5fca9cdd75993806ac407 to your computer and use it in GitHub Desktop.
Save salihgueler/f1d4ad92f6e5fca9cdd75993806ac407 to your computer and use it in GitHub Desktop.
Saturday
getMovies() async {
...
List results = data["results"];
// Get the Movie list
List<Movie> movieList = createMovieList(results);
// Print the results.
print(movieList);
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment