PropertyPattern constructor

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

Creates a property pattern with the given object and property.

Implementation

PropertyPattern(this.obj, this.property);