arrayElementWidth property
Element width for arrays, or null if not an array.
Implementation
int? get arrayElementWidth => logicType?['elementWidth'] as int?;
Element width for arrays, or null if not an array.
int? get arrayElementWidth => logicType?['elementWidth'] as int?;