limit method Null safety
- int number
Implementation
Query limit(int number) => Query(
client,
index,
compoundBody,
"",
limit: number,
);
Query limit(int number) => Query(
client,
index,
compoundBody,
"",
limit: number,
);