hasSourceRef property

bool get hasSourceRef

Whether a source reference is present.

Implementation

bool get hasSourceRef => (flags & ASTBinaryFlags.hasSourceRef) != 0;