isValidKey method Null safety
- Object? o
Test whether an object is a valid argument to equals and hash.
Some implementations may be restricted to only work on specific types of objects.
Implementation
bool isValidKey(Object? o);
Test whether an object is a valid argument to equals and hash.
Some implementations may be restricted to only work on specific types of objects.
bool isValidKey(Object? o);