isPort property

bool isPort
latefinal

Returns true iff this signal is an input, output, or inOut of its parent Module.

Implementation

late final bool isPort = isInput || isOutput || isInOut;