common cases I remember would be ``` if (a in map....
# random
c
common cases I remember would be
Copy code
if (a in map.keys) {
   map[a] - nullable
}