orderByAll abstract method

  1. @override
AsyncOrderBy orderByAll(
  1. Iterable<OrderingInterface> orderings
)
override

Creates and returns a ORDER BY clause query component with the given orderings.

Implementation

@override
AsyncOrderBy orderByAll(Iterable<OrderingInterface> orderings);