An individual line of code that performs an action.
Statements in Dart are like sentences in a story. Each statement is a single action that the computer performs. For example, "print('Hello, World!');" is a statement that tells the computer to display a greeting.