rows property

List<ReportRow> get rows
inherited

rows is the rows inside of the report

Implementation

String get name;/// [rows] is the rows inside of the report
List<ReportRow> get rows;