MCQs>IT & Programming>Kotlin>Your class has a property name that gets assigned later. You do not want it to be a nullable type. Using a delegate, how should you declare it?
Kotlin MCQs
Your class has a property name that gets assigned later. You do not want it to be a nullable type. Using a delegate, how should you declare it?
Answer
Correct Answer: Var name: String by Delegates.notNull()
Explanation:
Note: This Question is unanswered, help us to find answer for this one