buckstabue
01/31/2017, 3:23 PMdata 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