You can still use a data class. The properties tha...
# getting-started
s
You can still use a data class. The properties that are defined in the body wont get included in equals. Only those in the primary constructor
💯 3