Get lowercased identifier as string.
@psalm-return non-empty-string
string Lowercased identifier as string
public function toLowerString() : string { return strtolower($this->name); }