hasSectionIndex property
bool
get
hasSectionIndex
Whether a section index is present.
Implementation
bool get hasSectionIndex => (flags & ASTBinaryFlags.hasSectionIndex) != 0;
Whether a section index is present.
bool get hasSectionIndex => (flags & ASTBinaryFlags.hasSectionIndex) != 0;