For constructor

For(
  1. Stmt? initializer,
  2. Expr? condition,
  3. Expr? increment,
  4. Stmt body,
)

Implementation

For(this.initializer, this.condition, this.increment, this.body, );