entries property

List<List<Object?>> entries
final

One entry per indexed row. Each entry is the list of indexed-column values followed by the integer rowid as the final element.

Implementation

final List<List<Object?>> entries;