Foreach constructor

Foreach(
  1. Object array_or_page,
  2. Lambda lambda
)

Implementation

Foreach(this.array_or_page, this.lambda);