cowRows property Null safety

List<DataTableRow> cowRows

Implementation

List<DataTableRow> get cowRows => _cowRows;
void cowRows=(List<DataTableRow> _)

Implementation

set cowRows(List<DataTableRow> _) {
  this._cowRows = _;
  notifyListeners();
}