mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-18 03:17:03 +05:30
Mark TodoItem as Immutable
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
parent
f9e17678b0
commit
e6942fe353
1 changed files with 3 additions and 0 deletions
|
@ -1,3 +1,6 @@
|
|||
package dev.msfjarvis.todo.data.model
|
||||
|
||||
import androidx.compose.runtime.Immutable
|
||||
|
||||
@Immutable
|
||||
data class TodoItem(val title: String)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue