StructuredQuery_Projection constructor

StructuredQuery_Projection({
  1. List<StructuredQuery_FieldReference> fields = const [],
})

Implementation

StructuredQuery_Projection({this.fields = const []})
  : super(fullyQualifiedName);