isStub property

bool isStub

Returns true if this name refers to a stub.

Implementation

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