Convert a list of cursor row to a list of values.
Iterable<Object> get values => map((row) => row.value);