hasSectionIndex property

bool get hasSectionIndex

Whether a section index is present.

Implementation

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