Skip to content

Instantly share code, notes, and snippets.

@swavkulinski
Last active May 11, 2020 10:31
Show Gist options
  • Save swavkulinski/fc2c6e47b28d07ca805c971ed6cdd8bd to your computer and use it in GitHub Desktop.
Save swavkulinski/fc2c6e47b28d07ca805c971ed6cdd8bd to your computer and use it in GitHub Desktop.
void main(){
var breakfast = Breakfast();
print('$breakfast');
}
class Breakfast {
}
class Tea {
}
class Milk {
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment