isInout property

bool get isInout

Whether this port is a bidirectional (inout) port.

Implementation

bool get isInout => direction == 'INOUT';