Skip to content

Instantly share code, notes, and snippets.

@raystatic
Created March 1, 2022 10:45
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 raystatic/5df65b8821bf17c60b7405d8fe1199da to your computer and use it in GitHub Desktop.
Save raystatic/5df65b8821bf17c60b7405d8fe1199da to your computer and use it in GitHub Desktop.
data class File(
val id:String,
val name:String,
val type:String,
val url:String,
var downloadedUri:String?=null,
var isDownloading:Boolean = false,
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment