queryRow function
Returns a QueryRow record initialized with the given arguments.
Implementation
QueryRow queryRow(
FullId id,
QueryRowOrdered ordered,
QueryRowColumns columns,
) => (id: id, ordered: ordered, columns: columns);
Returns a QueryRow record initialized with the given arguments.
QueryRow queryRow(
FullId id,
QueryRowOrdered ordered,
QueryRowColumns columns,
) => (id: id, ordered: ordered, columns: columns);