isStruct property

bool get isStruct

Whether this signal is a LogicStructure (has named sub-fields).

Implementation

bool get isStruct => logicType != null && logicType!.containsKey('fields');