Last active
April 18, 2019 19:05
-
-
Save shubie/ca6eae71fbbfd3fc557f1b03be8e49c7 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
| @override | |
| void initState() { | |
| _states = List.from(_states)..addAll(repo.getStates()); | |
| super.initState(); | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment