rows property

List<List<Object?>> rows
final

Rows in result order, with values in columns order when names are known.

Implementation

final List<List<Object?>> rows;