rows property

List<List<Object?>> rows
final

Result rows. Each row aligns with columns.

Implementation

final List<List<Object?>> rows;