srcConnection property

  1. @override
Logic? srcConnection
override

The Logic signal that is driving this, if any.

If there are multiple drivers (e.g. this is an instance of a special type/subclass of Logic), this will be null and srcConnections can be referenced to find all drivers. A simple Logic will always have either one or no driver.

Implementation

@override
Logic? get srcConnection => null;