isAllocationStub property

bool isAllocationStub

Returns true if this name refers to an allocation stub.

Implementation

bool get isAllocationStub => raw.startsWith('[Stub] Allocate ');