Projection constructor

Projection({
  1. PropertyReference? property,
})

Implementation

Projection({
  this.property,
});