startAfter method

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

Implementation

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