PropertyPattern constructor
PropertyPattern(
- Object obj,
- dynamic property
Creates a property pattern with the given object and property.
Implementation
PropertyPattern(this.obj, this.property);