ForEach constructor

ForEach(
  1. dynamic obj,
  2. dynamic writeQuery
)

Implementation

ForEach(obj, writeQuery) : super([obj, writeQuery]);