rows property

List<Map<String, Object?>> rows
final

Rows keyed by column name (duplicate names: last value wins).

Implementation

final List<Map<String, Object?>> rows;