Skip to content

Instantly share code, notes, and snippets.

@VB10
Last active December 15, 2019 21:08
Show Gist options
  • Select an option

  • Save VB10/dc5aa01ab2992651750a6e72f5567e53 to your computer and use it in GitHub Desktop.

Select an option

Save VB10/dc5aa01ab2992651750a6e72f5567e53 to your computer and use it in GitHub Desktop.
@reflector
class Hello {
String message;
int age;
Hello();
Hello.setMessage(String text) {
message = text;
}
void printName() => print(this.message);
}
@VB10

VB10 commented Dec 15, 2019

Copy link
Copy Markdown
Author

reflaction sample

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment