Skip to content

Instantly share code, notes, and snippets.

@iliyaZelenko
Created July 28, 2021 12:51
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 iliyaZelenko/7f17273813951c25a23b729756366d6d to your computer and use it in GitHub Desktop.
Save iliyaZelenko/7f17273813951c25a23b729756366d6d to your computer and use it in GitHub Desktop.
class MyClass {}
void main() {
const className = MyClass;
print(className());
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment