select method

dynamic select(
  1. List<String> fields
)

Implementation

select(List<String> fields) {
  this.fields = fields;
  return this;
}