Kotlin: Collections - List Methods
Kotlin: Collections - List Methods List is an immutable collection in Kotlin. List allows duplicate elements, and its size cannot be changed after initialization. 1 - getOrNull() - This method is used to get the value of required index and if that value is not found or out of bound