Break and Continue statements | Flutter | Dart #continue #cprogramming
The break statement is used to jump out of a loop.
The continue statement breaks one iteration (in the loop), if a specified condition occurs, and continues with the next iteration in the loop.