Projection constructor

Projection({
  1. List<FieldReference>? fields,
})

Implementation

Projection({
  this.fields,
});