Replaces all rows managed by this adapter.
void replaceRows(List<Map<String, Object?>> rows) { _rows ..clear() ..addAll(rows.map(_createRow)); }