``` private var _id: Long? override fun getId(): L...
# announcements
s
Copy code
private var _id: Long?
override fun getId(): Long? = _id
unfortunately 😕
👍 1