Skip to content

Instantly share code, notes, and snippets.

@Wajahat-Jawaid
Created November 2, 2022 11:23
Show Gist options
  • Save Wajahat-Jawaid/9ada09aa21c3769aeea4c0ebf71e7c3a to your computer and use it in GitHub Desktop.
Save Wajahat-Jawaid/9ada09aa21c3769aeea4c0ebf71e7c3a to your computer and use it in GitHub Desktop.
data class JetFile(
val name: String,
val modifiedAt: Long = 0,
val size: Long = 0,
val path: String = ""
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment