isCoreShape property

bool get isCoreShape

Whether this shape represents a core/built-in shape.

Implementation

bool get isCoreShape => namespace == coreNamespace;