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