Skip to content

Instantly share code, notes, and snippets.

@marcinOz
Created June 5, 2019 19:17
Show Gist options
  • Select an option

  • Save marcinOz/0abf2db5cc1d0c95e2c9a372a71e4415 to your computer and use it in GitHub Desktop.

Select an option

Save marcinOz/0abf2db5cc1d0c95e2c9a372a71e4415 to your computer and use it in GitHub Desktop.
mixin Wings {
String speed = "fast"
void fly() {
print('Flying $speed')
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment