start method Null safety
Implementation
Query start({int? at, Document? after, bool nanoDate: false}) => Query(
client,
index,
compoundBody,
"",
at: at,
after: after,
nanoDate: nanoDate,
);
Query start({int? at, Document? after, bool nanoDate: false}) => Query(
client,
index,
compoundBody,
"",
at: at,
after: after,
nanoDate: nanoDate,
);