typeName property
The struct type name (e.g. "FloatingPoint"), or null if not a struct.
Implementation
String? get typeName => logicType?['typeName'] as String?;
The struct type name (e.g. "FloatingPoint"), or null if not a struct.
String? get typeName => logicType?['typeName'] as String?;