clearSelection method

void clearSelection()

Clear selected entities

Implementation

void clearSelection() {
  _internal = true;
  value = value.copyWith(selectedEntities: []);
}