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