ObjectPattern constructor

ObjectPattern(
  1. Object obj,
  2. dynamic property
)

Implementation

ObjectPattern(this.obj, this.property);