srcConnection property
override
A LogicStructure never has a direct source driving it, only its
elements do, so always returns null
.
Implementation
@override
Logic? get srcConnection => null;
A LogicStructure never has a direct source driving it, only its
elements do, so always returns null
.
@override
Logic? get srcConnection => null;