rows property
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;
The data returned by the select statement. Each list represents a row, which has the data in the same order as columnNames.
final List<List<Object?>> rows;