Created
December 5, 2018 23:43
-
-
Save shubie/e3334e77dd45db83b2f615ddcc8ff179 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| class _ListPageState extends State<ListPage> { | |
| List lessons; | |
| @override | |
| void initState() { | |
| lessons = getLessons(); | |
| super.initState(); | |
| } | |
| .... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment