hasSourceRef property
bool
get
hasSourceRef
Whether a source reference is present.
Implementation
bool get hasSourceRef => (flags & ASTBinaryFlags.hasSourceRef) != 0;
Whether a source reference is present.
bool get hasSourceRef => (flags & ASTBinaryFlags.hasSourceRef) != 0;