Skip to content

Instantly share code, notes, and snippets.

@igabice
Last active January 3, 2020 11:25
Show Gist options
  • Save igabice/8fa31565bb70e314f300eca29a569ab0 to your computer and use it in GitHub Desktop.
Save igabice/8fa31565bb70e314f300eca29a569ab0 to your computer and use it in GitHub Desktop.
Our extension methods
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