isAllocationStub property
bool
get
isAllocationStub
Returns true if this name refers to an allocation stub.
Implementation
bool get isAllocationStub => raw.startsWith('[Stub] Allocate ');
Returns true if this name refers to an allocation stub.
bool get isAllocationStub => raw.startsWith('[Stub] Allocate ');