inWhileLoop property

bool get inWhileLoop

Implementation

bool get inWhileLoop => thisOrAncestorOfType<WhileStatement>() != null;