typeName property

String? get typeName

The struct type name (e.g. "FloatingPoint"), or null if not a struct.

Implementation

String? get typeName => logicType?['typeName'] as String?;