Dart Jump Statements
Dart Jump Statements
Dart Jump statements jump or transfer the execution to another statement from the current statement. Jump statements control the flow of execution in a program by transferring control to different parts of the code. Jump statements in Dart programming language are as follows:
- break Statement
- continue Statement
- return Statement
Jump statements allow the programmer to have more control over the flow of the program.
—
Dart Tutorials
Dart tutorial on this website can be found at:
https://www.testingdocs.com/dart-tutorials-for-beginners/
More information on Dart: