they looks exactly the same but they have differen...
# announcements
h
they looks exactly the same but they have different class name
Copy code
class Item(val brand: String, val type: String)

data class Product(val brand: String, val type: String)