inDoLoop property

bool get inDoLoop

Implementation

bool get inDoLoop => thisOrAncestorOfType<DoStatement>() != null;