Projection constructor
Projection({
- List<
String> ? nonKeyAttributes, - ProjectionType? projectionType,
Implementation
Projection({
this.nonKeyAttributes,
this.projectionType,
});