rows property Null safety
final
The data to show in each row (excluding the row that contains the column headings).
Must be non-null, but may be empty.
Implementation
final List<DataRow> rows;
The data to show in each row (excluding the row that contains the column headings).
Must be non-null, but may be empty.
final List<DataRow> rows;