rows property

List<Map<String, dynamic>> rows
final

List of row data (each row is a Map)

Implementation

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