resultSignalName property

  1. @override
String get resultSignalName
override

The name of the output (or inOut) port which can be the in-lined symbol.

By default, this assumes one output port. This should be overridden in classes which have an inOut port as the in-lined symbol.

Implementation

@override
String get resultSignalName => _subsetName;