rows property

  1. @override
List<Map<String, dynamic>> rows
final

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

Implementation

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