matchByName method Null safety
- String name
Returns true if the shells name matches
the passed name
.
The comparison is case insensitive.
Implementation
bool matchByName(String name);
Returns true if the shells name matches
the passed name
.
The comparison is case insensitive.
bool matchByName(String name);