endpointNodeId property

String get endpointNodeId

Implementation

_i2.String get endpointNodeId => _i5.getProperty(
      this,
      'endpointNodeId',
    );
set endpointNodeId (String value)

Implementation

set endpointNodeId(_i2.String value) {
  _i5.setProperty(
    this,
    'endpointNodeId',
    value,
  );
}