Last active
January 3, 2020 11:25
-
-
Save igabice/8fa31565bb70e314f300eca29a569ab0 to your computer and use it in GitHub Desktop.
Our extension methods
This file contains 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
extension YellowStoreExtensions on YellowStore { | |
Double toMeters() => this.distance_away * 1000; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment