name property

String get name

The name of the port, as specified in the call to runtime.connect.

Implementation

String get name => _wrapped.name;
set name (String v)

Implementation

set name(String v) {
  _wrapped.name = v;
}