English
Appearance
Get the remote's name.
class Remote { name(): string | null; }
Returns null if this remote has not yet been named.
null
Throws error if the name is not valid utf-8.