Closed chorauoc closed 5 years ago
Hi,
I need to know a way to check whether key exist or not ?. Can anyone help me on this
Thank you
You can either try get(key) and when key is not present the error function will be called or use the keys method.
Hi,
I need to know a way to check whether key exist or not ?. Can anyone help me on this
Thank you