rows property

List<Map<String, dynamic>> rows
final

The rows returned by the query. Each row is a map of column names to values.

Implementation

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