isArray property

bool get isArray

Whether this signal is a LogicArray (has indexed elements).

Implementation

bool get isArray => logicType != null && logicType!.containsKey('arrayDims');