Jun 3, 2024
It is very simple in your data class implementation that looks something similar :
data class Person(
val age:Int?, // optional
val name:String // mandatory
)
It is very simple in your data class implementation that looks something similar :
data class Person(
val age:Int?, // optional
val name:String // mandatory
)
Mubarak Basha a.k.a (Mubarak Native) Mobile App Developer, Embedded Systems Developer, Analog,... driven by curiosity and not afraid to explore new worlds.