isInout property

bool get isInout

Returns true if this is a bidirectional port.

Implementation

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