Hey guys ! I’m new to kotlin. Might be asking a silly question . I created a data class with a mandatory primary constructor with one member variable. Added a secondary constructor with 2 member variables and called the primary constructor from that. How can I access the member variable of the secondary constructor from the place where I have access to the data class object.