Kotlin- Properties, Getters, Setters
Introduction
Kotlin properties are variables that are declared inside the class but outside the method.
It can be declared either as mutable using the var' keyword or read-only using the val keyword.
Full syntax for declaring a property:
var <propert...
nehal.hashnode.dev4 min read
Anurag Tiwari
Software Engineer
Concise and informative info, keep up the gud work...