rows property

List<List<Object?>> rows
final

The data returned by the select statement. Each list represents a row, which has the data in the same order as columnNames.

Implementation

final List<List<Object?>> rows;