rows property

List<Map<String, dynamic>> rows
final

The list of rows returned by the query.

Each row is represented as a Map<String, dynamic>.

Implementation

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