How to check options for null?
I have this:
in controller:
all I want is check options from startup for null but I can't just write
in controller:
all I want is check options from startup for null but I can't just write
if(options == null)