endAt method

ColRef<T> endAt(
  1. List<Object?> values
)

Implementation

ColRef<T> endAt(List<Object?> values) {
  _queryProperties.endAt = values;
  return _copyWithQuery;
}