limitToFirst method
The first n in the ordering. Cannot be combined with limitToLast.
Implementation
DbQuery limitToFirst(int n) => _with({'limitToFirst': n});
The first n in the ordering. Cannot be combined with limitToLast.
DbQuery limitToFirst(int n) => _with({'limitToFirst': n});