Skip to content

Instantly share code, notes, and snippets.

@WahdanZ
Created March 28, 2020 19:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save WahdanZ/7898e55451bc105a17439093b2c7f60a to your computer and use it in GitHub Desktop.
Save WahdanZ/7898e55451bc105a17439093b2c7f60a to your computer and use it in GitHub Desktop.
void main() {
final Get get = Get();
print(get.get);
}
class Get {
String get get => "Hello Get";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment