Create constructor

Create(
  1. Expr collection,
  2. Obj param_object
)

Implementation

Create(this.collection, this.param_object);