inForLoop property

bool get inForLoop

Implementation

bool get inForLoop =>
    thisOrAncestorMatching((p) => p is ForStatement) != null;