isArray property
Whether this signal is a LogicArray (has indexed elements).
Implementation
bool get isArray => logicType != null && logicType!.containsKey('arrayDims');
Whether this signal is a LogicArray (has indexed elements).
bool get isArray => logicType != null && logicType!.containsKey('arrayDims');