rows property Null safety

List<DataRow> rows
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;