We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fb04a2 commit b2f94f3Copy full SHA for b2f94f3
1 file changed
domain/model/src/main/java/com/lanpet/domain/model/profile/Pet.kt
@@ -5,7 +5,7 @@ import com.lanpet.domain.model.PetCategory
5
data class Pet(
6
val petCategory: PetCategory,
7
val breed: String?,
8
- val feature: List<String> = emptyList(),
+ val feature: List<String>? = null,
9
val weight: Double?,
10
val birthDate: String?,
11
)
0 commit comments