Skip to content

Instantly share code, notes, and snippets.

@vijayinyoutube
Last active June 11, 2022 14:08
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 vijayinyoutube/c57f48864f2b61a2519a581904c5f303 to your computer and use it in GitHub Desktop.
Save vijayinyoutube/c57f48864f2b61a2519a581904c5f303 to your computer and use it in GitHub Desktop.
void main() {
Student()
..name = 'Alice'
..id = 'A01'
..method1()
..method2();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment