Kotlin Simple Object Field 2
Geoffrey Challen // 2021.9.0
Create a class called Simple
that stores a single mutable String
variable named data
.
You can accomplish this in Kotlin with one line of code!
Create a class called Simple
that stores a single mutable String
variable named data
.
You can accomplish this in Kotlin with one line of code!