Returns true if the shells name matches the passed name. The comparison is case insensitive.
name
@override bool matchByName(String name) => this.name == name.toLowerCase();