name property
String?
get
name
Gets the name of the port.
The name returned is whatever is normally used to refer to a port on the current operating system; e.g. for Windows it will usually be a "COMn" device name, and for Unix it will be a device path beginning with "/dev/".
Implementation
String? get name;