Hi. I have the following class `data class ModelDT...
# getting-started
b
Hi. I have the following class
data class ModelDTO (var userCounter : Int)
I want to create a stub getter for the variable userCounter to test my application. What's the easiest way to do this? If I implemented that in java, I would change the body of the getter for userCounter