Skip to content

Instantly share code, notes, and snippets.

@luanpotter
Created March 29, 2021 00:14
Show Gist options
  • Save luanpotter/6d5074a5a17a8bdfc902c3a6a6b28b98 to your computer and use it in GitHub Desktop.
Save luanpotter/6d5074a5a17a8bdfc902c3a6a6b28b98 to your computer and use it in GitHub Desktop.
// field: var Animal animal;
final animal = animal; // I am just copying a field to a local variable
if (animal is Dog) {
animal.bark();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment