Created
August 10, 2019 08:38
-
-
Save juliuscanute/20d9aacdeb6db0b560f84cdfef415674 to your computer and use it in GitHub Desktop.
[Importing a module] #dart #import
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
| import '$1'; | |
| //$1 - Module Import | |
| import 'package:meta/meta.dart'; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment