isPort property

bool get isPort

Returns true if this signal is a port (has a direction).

Implementation

bool get isPort => direction != null;