cowRows property Null safety
Implementation
List<DataTableRow> get cowRows => _cowRows;
Implementation
set cowRows(List<DataTableRow> _) {
this._cowRows = _;
notifyListeners();
}
List<DataTableRow> get cowRows => _cowRows;
set cowRows(List<DataTableRow> _) {
this._cowRows = _;
notifyListeners();
}