Created
June 14, 2020 20:33
-
-
Save moho12n/63dbfb55be1ac691e178d4e0e38903d2 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
import '../models/markerModel.dart'; | |
class Tools { | |
static List<MarkersModel> markersList = List(); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment