Skip to content

Instantly share code, notes, and snippets.

@vlio20
Last active September 11, 2019 20:14
Show Gist options
  • Save vlio20/7047d137500a7e5aed5adbf95a0e1978 to your computer and use it in GitHub Desktop.
Save vlio20/7047d137500a7e5aed5adbf95a0e1978 to your computer and use it in GitHub Desktop.
readonly
class User {
@readonly
id = 12345;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment