rows property

List<Map<String, dynamic>> get rows

The list of rows returned by the query, represented as Maps.

Implementation

List<Map<String, dynamic>> get rows;