orderBy method

EntityRequest orderBy(
  1. String field
)

Implementation

EntityRequest orderBy(String field) {
  _sort = field;
  return this;
}