ObjectExpr constructor

ObjectExpr(
  1. List<Property> properties
)

Implementation

ObjectExpr(this.properties);