Skip to content

Instantly share code, notes, and snippets.

@skydoves
Created March 6, 2024 04:38
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 skydoves/7704ccbb544433ec11a396b45e3275f7 to your computer and use it in GitHub Desktop.
Save skydoves/7704ccbb544433ec11a396b45e3275f7 to your computer and use it in GitHub Desktop.
immutable_data_class
@Immutable
public data class User(
public val id: String,
public val nickname: String,
public val profileImage: String,
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment