Projection constructor

Projection({
  1. List<String>? nonKeyAttributes,
  2. ProjectionType? projectionType,
})

Implementation

Projection({
  this.nonKeyAttributes,
  this.projectionType,
});