menu
firebase_ffi package
documentation
database.dart
DbQuery
limitToLast method
limitToLast method
dark_mode
light_mode
limitToLast
method
DbQuery
limitToLast
(
int
n
)
The last
n
in the ordering.
Implementation
DbQuery limitToLast(int n) => _with({'limitToLast': n});
firebase_ffi package
documentation
database
DbQuery
limitToLast method
DbQuery class