Skip to content

Instantly share code, notes, and snippets.

@luanpotter
Created March 29, 2021 00:14
Show Gist options
  • Save luanpotter/b204ac63754dde73a3a9fedc0eb70491 to your computer and use it in GitHub Desktop.
Save luanpotter/b204ac63754dde73a3a9fedc0eb70491 to your computer and use it in GitHub Desktop.
// field: var Animal? animal;
if (final animal = animal) { // basically omitting the `as Animal` part for brevity since it's just a null check
animal.bark();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment