clear method

dynamic clear()

Implementation

clear() {
  selected = datas.map((e) => false).toList();
  notifyListeners();
}