FieldQuery constructor

FieldQuery(
  1. List<String> fields
)

Creates a new FieldQuery with the given fields.

Implementation

FieldQuery(this.fields);