Skip to content

Instantly share code, notes, and snippets.

@skydoves
Created August 12, 2022 01:16
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/c2c3295fcb8d9e75dffc9af9b9312436 to your computer and use it in GitHub Desktop.
Save skydoves/c2c3295fcb8d9e75dffc9af9b9312436 to your computer and use it in GitHub Desktop.
wrapped_list
@Immutable
data class WrappedList(
val list: List<String> = listOf()
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment