Skip to content

Instantly share code, notes, and snippets.

@akshaykalola28
Created March 2, 2023 06:51
Show Gist options
  • Save akshaykalola28/5270f63cf5ac0fdd01f3ca40735c050c to your computer and use it in GitHub Desktop.
Save akshaykalola28/5270f63cf5ac0fdd01f3ca40735c050c to your computer and use it in GitHub Desktop.
isNull Extenstion for Android developer
val Any?.isNull get() = this == null
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment